summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/CpuDxe/Ia32/IvtAsm.S
diff options
context:
space:
mode:
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2009-08-17 05:39:17 +0000
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2009-08-17 05:39:17 +0000
commit3668c083cdc56cae1c1d95deef3562a086a17bb2 (patch)
tree9d73c36725ca23ca0cce3b01e85dda16566b526f /UefiCpuPkg/CpuDxe/Ia32/IvtAsm.S
parentb13151ffb676e5bcea680ef7cf6443b927af86d1 (diff)
downloadedk2-3668c083cdc56cae1c1d95deef3562a086a17bb2.tar.gz
edk2-3668c083cdc56cae1c1d95deef3562a086a17bb2.tar.bz2
edk2-3668c083cdc56cae1c1d95deef3562a086a17bb2.zip
Remove ".intel_syntax", convert MASM to GAS.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9079 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UefiCpuPkg/CpuDxe/Ia32/IvtAsm.S')
-rwxr-xr-xUefiCpuPkg/CpuDxe/Ia32/IvtAsm.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/UefiCpuPkg/CpuDxe/Ia32/IvtAsm.S b/UefiCpuPkg/CpuDxe/Ia32/IvtAsm.S
index 2a6341a989..a2862fb800 100755
--- a/UefiCpuPkg/CpuDxe/Ia32/IvtAsm.S
+++ b/UefiCpuPkg/CpuDxe/Ia32/IvtAsm.S
@@ -24,7 +24,6 @@
#
.macro SingleIdtVectorMacro vectorNum
- .intel_syntax
call ASM_PFX(CommonInterruptEntry)
.short \vectorNum
nop