MdePkg BaseLib: Convert X64/SetJump.asm to NASM

The BaseTools/Scripts/ConvertMasmToNasm.py script was used to convert
X64/SetJump.asm to X64/SetJump.nasm

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
Jordan Justen
2016-05-30 18:52:00 -07:00
committed by Liming Gao
parent 56244b924b
commit e3d50cc4d2
2 changed files with 68 additions and 0 deletions

View File

@@ -435,6 +435,7 @@
X64/CpuId.asm
X64/LongJump.nasm
X64/LongJump.asm
X64/SetJump.nasm
X64/SetJump.asm
X64/SwitchStack.asm
X64/EnableCache.asm
@@ -607,6 +608,7 @@
X64/GccInline.c | GCC
X64/Thunk16.S | XCODE
X64/SwitchStack.S | GCC
X64/SetJump.nasm| GCC
X64/SetJump.S | GCC
X64/LongJump.nasm| GCC
X64/LongJump.S | GCC