Skip to content

Commit

Permalink
Set GetCurrentManagedThreadId (dotnet#47742)
Browse files Browse the repository at this point in the history
- Set to 0x112 as in readytorun.h
- Resolve assertion in LoadDynamicInfoEntry vm/jitinterface.cpp
  • Loading branch information
clamp03 authored Feb 2, 2021
1 parent f47c1b5 commit 13e024b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,8 @@ public enum ReadyToRunHelper

StackProbe = 0x111,

GetCurrentManagedThreadId = 0x112,

// **********************************************************************************************
//
// These are not actually part of the R2R file format. We have them here because it's convenient.
Expand Down Expand Up @@ -313,8 +315,6 @@ public enum ReadyToRunHelper
TypeHandleToRuntimeType,
GetRefAny,
TypeHandleToRuntimeTypeHandle,

GetCurrentManagedThreadId,
}

// Enum used for HFA type recognition.
Expand Down

0 comments on commit 13e024b

Please sign in to comment.