summaryrefslogtreecommitdiff
path: root/DuetPkg/BootSector/st32_64.S
diff options
context:
space:
mode:
Diffstat (limited to 'DuetPkg/BootSector/st32_64.S')
-rw-r--r--DuetPkg/BootSector/st32_64.S10
1 files changed, 5 insertions, 5 deletions
diff --git a/DuetPkg/BootSector/st32_64.S b/DuetPkg/BootSector/st32_64.S
index 6756a663db..747289b211 100644
--- a/DuetPkg/BootSector/st32_64.S
+++ b/DuetPkg/BootSector/st32_64.S
@@ -595,7 +595,7 @@ Empty8042Loop:
# data
##############################################################################
- .align 0x2
+ .p2align 1
gdtr: .long GDT_END - GDT_BASE - 1 # GDT limit
.long 0 # (GDT base gets set above)
@@ -603,7 +603,7 @@ Empty8042Loop:
# global descriptor table (GDT)
##############################################################################
- .align 0x2
+ .p2align 1
GDT_BASE:
# null descriptor
@@ -693,7 +693,7 @@ GDT_BASE:
GDT_END:
- .align 0x2
+ .p2align 1
@@ -710,7 +710,7 @@ idtr: .long IDT_END - IDT_BASE - 1 # IDT limit
##############################################################################
#idt_tag db "IDT",0
- .align 0x2
+ .p2align 1
IDT_BASE:
@@ -1079,7 +1079,7 @@ IDT_BASE:
IDT_END:
- .align 0x2
+ .p2align 1
MemoryMapSize: .long 0
MemoryMap: .long 0,0,0,0,0,0,0,0