From 9811c39250d3598b02b7f39bbec5a51c803f8f6a Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Thu, 20 Aug 2009 09:15:11 +0000 Subject: 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 --- DuetPkg/BootSector/efi64.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DuetPkg/BootSector/efi64.S') diff --git a/DuetPkg/BootSector/efi64.S b/DuetPkg/BootSector/efi64.S index fcf7850..57efe58 100644 --- a/DuetPkg/BootSector/efi64.S +++ b/DuetPkg/BootSector/efi64.S @@ -177,7 +177,7 @@ EfiLdrOffset: .byte 0xc3 # db "**** DEFAULT IDT ENTRY ***",0 - .align 0x2 + .p2align 1 Halt: INT0: pushl $0x0 # push error code place holder on the stack -- cgit v1.1