Use .p2align directive instead of ambiguous .align directive.

(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
This commit is contained in:
qhuang8 2009-08-20 08:05:49 +00:00
parent c2fd60f071
commit c8adfe9ddc
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
.endm
ASM_GLOBAL ASM_PFX(AsmIdtVector00)
.align 8
.p2align 3
ASM_PFX(AsmIdtVector00):
SixtyFourIdtVectors 0x00
SixtyFourIdtVectors 0x40