diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-12-26 02:48:15 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-12-26 02:48:15 +0000 |
commit | a477a165ffb7061b917a588a041a2fcb7e055c47 (patch) | |
tree | c31c24668e51359aada099c2509a1605c9d33002 /MdePkg/Include/x64 | |
parent | 72b695f33b0f5056ad4706f65e50fbdda7406fe5 (diff) | |
download | edk2-platforms-a477a165ffb7061b917a588a041a2fcb7e055c47.tar.xz |
Fix some Linux's build issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2138 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/x64')
-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
|