summaryrefslogtreecommitdiff
path: root/src/vm/gcenv.os.cpp
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-04-18 10:27:56 -0700
committerJan Kotas <jkotas@microsoft.com>2016-04-22 13:14:48 -0700
commit705844e4bb1a9a4402bceb6acc0761b229a066dc (patch)
tree86bebb4d54b152c14b1289bf298fcf06fc9d202a /src/vm/gcenv.os.cpp
parent71ccdf5472c97326305ee116198218e3c9df4c53 (diff)
downloadcoreclr-705844e4bb1a9a4402bceb6acc0761b229a066dc.tar.gz
coreclr-705844e4bb1a9a4402bceb6acc0761b229a066dc.tar.bz2
coreclr-705844e4bb1a9a4402bceb6acc0761b229a066dc.zip
Fixes for GC update
Diffstat (limited to 'src/vm/gcenv.os.cpp')
-rw-r--r--src/vm/gcenv.os.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/gcenv.os.cpp b/src/vm/gcenv.os.cpp
index 3b2d44f82a..69ab65dfe4 100644
--- a/src/vm/gcenv.os.cpp
+++ b/src/vm/gcenv.os.cpp
@@ -39,7 +39,7 @@ void GCToOSInterface::Shutdown()
// current platform. It is indended for logging purposes only.
// Return:
// Numeric id of the current thread or 0 if the
-uint32_t GCToOSInterface::GetCurrentThreadIdForLogging()
+uint64_t GCToOSInterface::GetCurrentThreadIdForLogging()
{
LIMITED_METHOD_CONTRACT;
return ::GetCurrentThreadId();