MdePkg BaseLib: Convert X64/SwitchStack.asm to NASM

The BaseTools/Scripts/ConvertMasmToNasm.py script was used to convert
X64/SwitchStack.asm to X64/SwitchStack.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 e3d50cc4d2
commit ed1e7222d6
2 changed files with 53 additions and 0 deletions

View File

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