Skip to content

Commit

Permalink
Sync shared file (dotnet#40141)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky authored Jul 30, 2020
1 parent a07b70c commit 65c9be6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ enum FixupSignatureKind : uint
MethodLdToken = 0x08,
AllocateObject = 0x09,
DefaultConstructor = 0x0a,
TlsIndex = 0x0b,
TlsOffset = 0x0c,
ThreadStaticIndex = 0x0b,
// unused = 0x0c,
Method = 0x0d,
IsInst = 0x0e,
CastClass = 0x0f,
Expand Down

0 comments on commit 65c9be6

Please sign in to comment.