]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/ArchRegisters.h
SourceLevelDebugPkg: Pack CPU context structures
[mirror_edk2.git] / SourceLevelDebugPkg / Library / DebugAgent / DebugAgentCommon / X64 / ArchRegisters.h
index e7a5a330890071f847bd13b9d6fa2534250a00b4..96753919569fcda87cfc3b4b9d0b8412c10df975 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   X64 register defintions needed by debug transfer protocol.\r
 \r
-  Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -15,6 +15,8 @@
 #ifndef _ARCH_REGISTERS_H_\r
 #define _ARCH_REGISTERS_H_\r
 \r
+#pragma pack(1)\r
+\r
 ///\r
 /// FXSAVE_STATE (promoted operation)\r
 /// FP / MMX / XMM registers (see fxrstor instruction definition)\r
@@ -325,5 +327,6 @@ typedef struct {
   UINT64         Tssas;\r
 } DEBUG_DATA_REPONSE_READ_REGISTER_GROUP_SEGMENT_BASES_X64;\r
 \r
+#pragma pack()\r
 \r
 #endif\r