summaryrefslogtreecommitdiff
path: root/src/inc/clrnt.h
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2018-08-23 09:32:24 -0700
committerGitHub <noreply@github.com>2018-08-23 09:32:24 -0700
commitd8d3151f6744a89cf62d045d10e1b0dfa5e34015 (patch)
treefab46f6003f595be8b1c89dc2776ea14474541a7 /src/inc/clrnt.h
parent6f3c15061e3e213805c3f75fcf9a9049d5ec96d3 (diff)
downloadcoreclr-d8d3151f6744a89cf62d045d10e1b0dfa5e34015.tar.gz
coreclr-d8d3151f6744a89cf62d045d10e1b0dfa5e34015.tar.bz2
coreclr-d8d3151f6744a89cf62d045d10e1b0dfa5e34015.zip
Deal with compilation warnings in VM in cross-bitness scenario (#18707)
Diffstat (limited to 'src/inc/clrnt.h')
-rw-r--r--src/inc/clrnt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inc/clrnt.h b/src/inc/clrnt.h
index 487a370d02..95f7458fd0 100644
--- a/src/inc/clrnt.h
+++ b/src/inc/clrnt.h
@@ -907,7 +907,7 @@ FORCEINLINE
ULONG
RtlpGetFunctionEndAddress (
__in PT_RUNTIME_FUNCTION FunctionEntry,
- __in ULONG ImageBase
+ __in TADDR ImageBase
)
{
ULONG FunctionLength;