Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFadi Hanna <fadim@microsoft.com>2017-08-08 01:27:06 +0300
committerFadi Hanna <fadim@microsoft.com>2017-08-08 01:27:06 +0300
commit92752f41b74f066adf122d1adf9740b412126c2c (patch)
tree60202946b5512dd701c12d8b7e1eda75b0fff518 /src/System.Private.TypeLoader
parent1bc2b144bd978d441c6afff399e33081edf41f18 (diff)
Fix build break
[tfs-changeset: 1669433]
Diffstat (limited to 'src/System.Private.TypeLoader')
-rw-r--r--src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/TypeLoaderEnvironment.FieldAccess.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/TypeLoaderEnvironment.FieldAccess.cs b/src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/TypeLoaderEnvironment.FieldAccess.cs
index f5dea3e97..6a99e7ef3 100644
--- a/src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/TypeLoaderEnvironment.FieldAccess.cs
+++ b/src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/TypeLoaderEnvironment.FieldAccess.cs
@@ -48,7 +48,7 @@ namespace Internal.Runtime.TypeLoader
public int Offset;
}
- [StructLayout(Sequential)]
+ [StructLayout(LayoutKind.Sequential)]
struct ThreadStaticFieldOffsets
{
public uint StartingOffsetInTlsBlock; // Offset in the TLS block containing the thread static fields of a given type