summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-01-09 08:19:06 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-01-09 08:19:06 +0000
commitaa370b363e681ec0d01e03b747451caaa102f2d2 (patch)
treec02249202126e8fd251ffbcf26b5f964b44293d7
parentd7d006aff1788863c77627c6859a7eeb166b36b8 (diff)
downloadedk2-aa370b363e681ec0d01e03b747451caaa102f2d2.zip
edk2-aa370b363e681ec0d01e03b747451caaa102f2d2.tar.gz
edk2-aa370b363e681ec0d01e03b747451caaa102f2d2.tar.bz2
revert the work-around since the VFR compiler has been updated.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/branches/UefiHiiEnable4354@4536 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdePkg/Include/x64/ProcessorBind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/x64/ProcessorBind.h b/MdePkg/Include/x64/ProcessorBind.h
index fba8abf..bc24000 100644
--- a/MdePkg/Include/x64/ProcessorBind.h
+++ b/MdePkg/Include/x64/ProcessorBind.h
@@ -25,7 +25,7 @@
// Make sure we are useing the correct packing rules per EFI specification
//
#ifndef __GNUC__
-//#pragma pack()
+#pragma pack()
#endif