1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-11 18:20:26 +09:00

Set GetCurrentManagedThreadId (#47742)

- Set to 0x112 as in readytorun.h
- Resolve assertion in LoadDynamicInfoEntry vm/jitinterface.cpp
This commit is contained in:
Dong-Heon Jung 2021-02-02 23:15:21 +09:00 committed by GitHub
parent f47c1b500e
commit 13e024b41f
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -276,6 +276,8 @@ namespace Internal.ReadyToRunConstants
StackProbe = 0x111,
GetCurrentManagedThreadId = 0x112,
// **********************************************************************************************
//
// These are not actually part of the R2R file format. We have them here because it's convenient.
@ -313,8 +315,6 @@ namespace Internal.ReadyToRunConstants
TypeHandleToRuntimeType,
GetRefAny,
TypeHandleToRuntimeTypeHandle,
GetCurrentManagedThreadId,
}
// Enum used for HFA type recognition.