Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Sync shared file
  • Loading branch information
MichalStrehovsky authored Jul 30, 2020
commit 47886de2617b0e9e3418415f459a9366c5f9c220
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,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