MdePkg BaseLib: Convert Ia32/ReadTsc.asm to NASM

The BaseTools/Scripts/ConvertMasmToNasm.py script was used to convert
Ia32/ReadTsc.asm to Ia32/ReadTsc.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:51:55 -07:00
committed by Liming Gao
parent fabe38bc8c
commit fedb7ac24b
2 changed files with 38 additions and 0 deletions

View File

@@ -225,6 +225,7 @@
Ia32/RShiftU64.asm | INTEL
Ia32/ReadPmc.nasm| INTEL
Ia32/ReadPmc.asm | INTEL
Ia32/ReadTsc.nasm| INTEL
Ia32/ReadTsc.asm | INTEL
Ia32/ReadLdtr.asm | INTEL
Ia32/ReadIdtr.asm | INTEL