From c8adfe9ddc5eca7c97c6a92d419e3496bbeb5be0 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Thu, 20 Aug 2009 08:05:49 +0000 Subject: [PATCH] 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 --- UefiCpuPkg/CpuDxe/Ia32/IvtAsm.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UefiCpuPkg/CpuDxe/Ia32/IvtAsm.S b/UefiCpuPkg/CpuDxe/Ia32/IvtAsm.S index b513a10079..ee40b03ed8 100755 --- a/UefiCpuPkg/CpuDxe/Ia32/IvtAsm.S +++ b/UefiCpuPkg/CpuDxe/Ia32/IvtAsm.S @@ -52,7 +52,7 @@ .endm ASM_GLOBAL ASM_PFX(AsmIdtVector00) -.align 8 +.p2align 3 ASM_PFX(AsmIdtVector00): SixtyFourIdtVectors 0x00 SixtyFourIdtVectors 0x40 -- 2.39.2