]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg DebugSupportDxe: Convert Ia32/AsmFuncs.asm to NASM
authorJordan Justen <jordan.l.justen@intel.com>
Sat, 25 Oct 2014 21:48:26 +0000 (14:48 -0700)
committerLiming Gao <liming.gao@intel.com>
Tue, 28 Jun 2016 01:51:56 +0000 (09:51 +0800)
commit9b4ed881a55719e553ca8ec5a6102d77e052c57a
tree6f2f1a979ed806eddaa0eb7af931a071ef706cd4
parent3763cfc1be20023fa057ea5e3bb98fa31ee61892
MdeModulePkg DebugSupportDxe: Convert Ia32/AsmFuncs.asm to NASM

The BaseTools/Scripts/ConvertMasmToNasm.py script was used to convert
Ia32/AsmFuncs.asm to Ia32/AsmFuncs.nasm

Note: Also applied many manual cleanups where conversion script failed
And, update Vect2Desc() to be same to original logic

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Cc: Feng Tian <feng.tian@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
MdeModulePkg/Universal/DebugSupportDxe/Ia32/AsmFuncs.nasm [new file with mode: 0644]