mirror of https://github.com/acidanthera/audk.git
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:
parent
c2fd60f071
commit
c8adfe9ddc
|
@ -52,7 +52,7 @@
|
|||
.endm
|
||||
|
||||
ASM_GLOBAL ASM_PFX(AsmIdtVector00)
|
||||
.align 8
|
||||
.p2align 3
|
||||
ASM_PFX(AsmIdtVector00):
|
||||
SixtyFourIdtVectors 0x00
|
||||
SixtyFourIdtVectors 0x40
|
||||
|
|
Loading…
Reference in New Issue