summaryrefslogtreecommitdiff
path: root/src/gc/env/gcenv.structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gc/env/gcenv.structs.h')
-rw-r--r--src/gc/env/gcenv.structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gc/env/gcenv.structs.h b/src/gc/env/gcenv.structs.h
index 5887dd7852..bb503e36e8 100644
--- a/src/gc/env/gcenv.structs.h
+++ b/src/gc/env/gcenv.structs.h
@@ -65,7 +65,7 @@ extern "C" uint32_t __stdcall GetCurrentThreadId();
class EEThreadId
{
- uint32_t m_uiId;
+ uint64_t m_uiId;
public:
bool IsCurrentThread()