summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-01-14 17:36:06 -0800
committerJan Kotas <jkotas@microsoft.com>2016-01-14 17:36:06 -0800
commitef2bdb1d6251ddc850cc24004750c62690f135f3 (patch)
tree3d8571b49d5527ff39e5e769bdd71be3b40a3d3a /src
parent17e0299335cd9735c864fdf5c22a64ebc24744a4 (diff)
parent6a659231603205bfc24e4428f1edd003c786613f (diff)
downloadcoreclr-ef2bdb1d6251ddc850cc24004750c62690f135f3.tar.gz
coreclr-ef2bdb1d6251ddc850cc24004750c62690f135f3.tar.bz2
coreclr-ef2bdb1d6251ddc850cc24004750c62690f135f3.zip
Merge pull request #2659 from dotnet-bot/from-tfs
Merge changes from TFS
Diffstat (limited to 'src')
-rw-r--r--src/debug/ee/debugger.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/debug/ee/debugger.h b/src/debug/ee/debugger.h
index b471fba601..5e4ff53562 100644
--- a/src/debug/ee/debugger.h
+++ b/src/debug/ee/debugger.h
@@ -1114,6 +1114,8 @@ union DECLSPEC_ALIGN(64) DebuggerHeapExecutableMemoryChunk {
uint64_t pageOccupancy;
} bookkeeping;
+
+ char _alignpad[64];
};
static_assert(sizeof(DebuggerHeapExecutableMemoryChunk) == 64, "DebuggerHeapExecutableMemoryChunk is expect to be 64 bytes.");