]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Use .p2align directive instead of ambiguous .align directive.
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 20 Aug 2009 08:05:49 +0000 (08:05 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 20 Aug 2009 08:05:49 +0000 (08:05 +0000)
(Judging from the context, the original .align should means the power of two.)

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9156 6f19259b-4bc3-4df7-8a09-765794883524

UefiCpuPkg/CpuDxe/Ia32/IvtAsm.S

index b513a100791aa952b8b16c677ca57b933f2cccc3..ee40b03ed83ae7633149c2f01cf593e5d53070c4 100755 (executable)
@@ -52,7 +52,7 @@
 .endm\r
 \r
 ASM_GLOBAL ASM_PFX(AsmIdtVector00)\r
 .endm\r
 \r
 ASM_GLOBAL ASM_PFX(AsmIdtVector00)\r
-.align  8\r
+.p2align 3\r
 ASM_PFX(AsmIdtVector00):\r
     SixtyFourIdtVectors 0x00\r
     SixtyFourIdtVectors 0x40\r
 ASM_PFX(AsmIdtVector00):\r
     SixtyFourIdtVectors 0x00\r
     SixtyFourIdtVectors 0x40\r