From 3668c083cdc56cae1c1d95deef3562a086a17bb2 Mon Sep 17 00:00:00 2001 From: gikidy Date: Mon, 17 Aug 2009 05:39:17 +0000 Subject: 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 --- UefiCpuPkg/CpuDxe/Ia32/IvtAsm.S | 1 - 1 file changed, 1 deletion(-) (limited to 'UefiCpuPkg/CpuDxe/Ia32/IvtAsm.S') 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 -- cgit v1.2.3