audk/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32
Nikolai Saoukh 010f55d3fb UefiCpuPkg: error: invalid instruction mnemonic 'retf'
.S assembler files must be AT&T syntax ones. So Intel syntax mnemonic is not good. Discovered by clang integrated assembler.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Nikolai Saoukh <nms@otdel-1.org>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16100 6f19259b-4bc3-4df7-8a09-765794883524
2014-09-12 08:38:23 +00:00
..
ArchExceptionHandler.c Fixed typos: hanlder should be handler. 2014-07-09 03:51:56 +00:00
ArchInterruptDefs.h 1. Separated DxeSmmCpuExceptionHandlerLib.inf into 2 instance DxeCpuExceptionHandlerLib.inf and SmmCpuExceptionHandlerLib.inf. 2013-11-22 06:24:41 +00:00
ExceptionHandlerAsm.S UefiCpuPkg: error: invalid instruction mnemonic 'retf' 2014-09-12 08:38:23 +00:00
ExceptionHandlerAsm.asm UefiCpuPkg: CpuExceptionHandlerLib: Make self modifying code work with Xcode 2014-09-09 06:50:51 +00:00