diff options
Diffstat (limited to 'MdePkg/Include/x64/ProcessorBind.h')
-rw-r--r-- | MdePkg/Include/x64/ProcessorBind.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MdePkg/Include/x64/ProcessorBind.h b/MdePkg/Include/x64/ProcessorBind.h index 0d31352e39..34b35a89b8 100644 --- a/MdePkg/Include/x64/ProcessorBind.h +++ b/MdePkg/Include/x64/ProcessorBind.h @@ -26,8 +26,9 @@ //
// Make sure we are useing the correct packing rules per EFI specification
//
+#ifndef __GNUC__
#pragma pack()
-
+#endif
#if _MSC_EXTENSIONS
|