Sync shared file (#40141)
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>
Thu, 30 Jul 2020 16:08:50 +0000 (18:08 +0200)
committerGitHub <noreply@github.com>
Thu, 30 Jul 2020 16:08:50 +0000 (09:08 -0700)
src/coreclr/src/tools/Common/Internal/NativeFormat/NativeFormat.cs

index e92c689..1ebbdac 100644 (file)
@@ -84,8 +84,8 @@ namespace Internal.NativeFormat
         MethodLdToken               = 0x08,
         AllocateObject              = 0x09,
         DefaultConstructor          = 0x0a,
-        TlsIndex                    = 0x0b,
-        TlsOffset                   = 0x0c,
+        ThreadStaticIndex           = 0x0b,
+        // unused                   = 0x0c,
         Method                      = 0x0d,
         IsInst                      = 0x0e,
         CastClass                   = 0x0f,