summaryrefslogtreecommitdiff
path: root/DuetPkg/BootSector/start.S
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-08-20 09:15:11 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-08-20 09:15:11 +0000
commit9811c39250d3598b02b7f39bbec5a51c803f8f6a (patch)
treed1d1f09931d578db6f2e3eb5592f105f656a9520 /DuetPkg/BootSector/start.S
parentf315cfa5b727b22486800a22dbe9362598a463c2 (diff)
downloadedk2-platforms-9811c39250d3598b02b7f39bbec5a51c803f8f6a.tar.xz
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
Diffstat (limited to 'DuetPkg/BootSector/start.S')
-rw-r--r--DuetPkg/BootSector/start.S10
1 files changed, 5 insertions, 5 deletions
diff --git a/DuetPkg/BootSector/start.S b/DuetPkg/BootSector/start.S
index 706def4929..177e9ae82e 100644
--- a/DuetPkg/BootSector/start.S
+++ b/DuetPkg/BootSector/start.S
@@ -450,7 +450,7 @@ Empty8042Loop:
# data
##############################################################################
- .align 0x2
+ .p2align 1
gdtr: .long GDT_END - GDT_BASE - 1 # GDT limit
.long 0 # (GDT base gets set above)
@@ -458,7 +458,7 @@ Empty8042Loop:
# global descriptor table (GDT)
##############################################################################
- .align 0x2
+ .p2align 1
GDT_BASE:
# null descriptor
@@ -535,7 +535,7 @@ GDT_BASE:
GDT_END:
- .align 0x2
+ .p2align 1
@@ -551,7 +551,7 @@ idtr: .long IDT_END - IDT_BASE - 1 # IDT limit
##############################################################################
#idt_tag db "IDT",0
- .align 0x2
+ .p2align 1
IDT_BASE:
# divide by zero (INT 0)
@@ -847,7 +847,7 @@ IDT_BASE:
IDT_END:
- .align 0x2
+ .p2align 1
MemoryMapSize: .long 0
MemoryMap: .long 0,0,0,0,0,0,0,0