summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/CpuDxe/Ia32/IvtAsm.S
diff options
context:
space:
mode:
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