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 00:07:59 +0300
committerFadi Hanna <fadim@microsoft.com>2017-08-08 00:07:59 +0300
commit980f02121ea435fd5610deafd6248376f32bd246 (patch)
tree77fb2e81c54752164fc826bfabb175ac8feaf778 /src/System.Private.TypeLoader
parent95c4bdb748edbbfa1d27f7de007925a36a7936c8 (diff)
Fix build break for CoreRT on github
[tfs-changeset: 1669410]
Diffstat (limited to 'src/System.Private.TypeLoader')
-rw-r--r--src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/TypeLoaderEnvironment.FieldAccess.cs1
1 files changed, 1 insertions, 0 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 497e9e699..f5dea3e97 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,6 +48,7 @@ namespace Internal.Runtime.TypeLoader
public int Offset;
}
+ [StructLayout(Sequential)]
struct ThreadStaticFieldOffsets
{
public uint StartingOffsetInTlsBlock; // Offset in the TLS block containing the thread static fields of a given type