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:
parent
f47c1b500e
commit
13e024b41f
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue