From: Michal Strehovský Date: Thu, 30 Jul 2020 16:08:50 +0000 (+0200) Subject: Sync shared file (#40141) X-Git-Tag: submit/tizen/20210909.063632~6322 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=65c9be6388a99739bd72dc2136f4a0a59b00db72;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Sync shared file (#40141) --- diff --git a/src/coreclr/src/tools/Common/Internal/NativeFormat/NativeFormat.cs b/src/coreclr/src/tools/Common/Internal/NativeFormat/NativeFormat.cs index e92c689..1ebbdac 100644 --- a/src/coreclr/src/tools/Common/Internal/NativeFormat/NativeFormat.cs +++ b/src/coreclr/src/tools/Common/Internal/NativeFormat/NativeFormat.cs @@ -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,