Use .p2align directive instead of ambiguous .align directive.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9164 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8
2009-08-20 09:15:11 +00:00
parent f315cfa5b7
commit 9811c39250
10 changed files with 42 additions and 42 deletions

View File

@@ -459,7 +459,7 @@ Empty8042Loop:
# data
##############################################################################
.align 0x2
.p2align 1
gdtr: .word GDT_END - GDT_BASE - 1
.long 0 # (GDT base gets set above)
@@ -467,7 +467,7 @@ gdtr: .word GDT_END - GDT_BASE - 1
# global descriptor table (GDT)
##############################################################################
.align 0x2
.p2align 1
GDT_BASE:
# null descriptor
@@ -544,7 +544,7 @@ GDT_BASE:
GDT_END:
.align 0x2
.p2align 1
@@ -560,7 +560,7 @@ idtr: .word IDT_END - IDT_BASE - 1
##############################################################################
#idt_tag db "IDT",0
.align 0x2
.p2align 1
IDT_BASE:
# divide by zero (INT 0)
@@ -856,7 +856,7 @@ IDT_BASE:
IDT_END:
.align 0x2
.p2align 1
MemoryMapSize: .long 0
MemoryMap: .long 0,0,0,0,0,0,0,0