summaryrefslogtreecommitdiff
path: root/UefiCpuPkg
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-08-20 08:05:49 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-08-20 08:05:49 +0000
commitc8adfe9ddc5eca7c97c6a92d419e3496bbeb5be0 (patch)
tree14592d3857898d598cd357696144955da19a7e95 /UefiCpuPkg
parentc2fd60f0716a5bd6171329c493daa8df47e99acc (diff)
downloadedk2-c8adfe9ddc5eca7c97c6a92d419e3496bbeb5be0.zip
edk2-c8adfe9ddc5eca7c97c6a92d419e3496bbeb5be0.tar.gz
edk2-c8adfe9ddc5eca7c97c6a92d419e3496bbeb5be0.tar.bz2
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
Diffstat (limited to 'UefiCpuPkg')
-rwxr-xr-xUefiCpuPkg/CpuDxe/Ia32/IvtAsm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/UefiCpuPkg/CpuDxe/Ia32/IvtAsm.S b/UefiCpuPkg/CpuDxe/Ia32/IvtAsm.S
index b513a10..ee40b03 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