MdePkg BaseLib: Convert X64/Monitor.asm to NASM

The BaseTools/Scripts/ConvertMasmToNasm.py script was used to convert
X64/Monitor.asm to X64/Monitor.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:01 -07:00
committed by Liming Gao
parent fe94593512
commit 4a9ae7893e
2 changed files with 45 additions and 0 deletions

View File

@@ -467,6 +467,7 @@
X64/DisablePaging64.asm | MSFT
X64/Mwait.nasm| MSFT
X64/Mwait.asm | MSFT
X64/Monitor.nasm| MSFT
X64/Monitor.asm | MSFT
X64/ReadPmc.asm | MSFT
X64/ReadTsc.asm | MSFT
@@ -550,6 +551,7 @@
X64/DisablePaging64.asm | INTEL
X64/Mwait.nasm| INTEL
X64/Mwait.asm | INTEL
X64/Monitor.nasm| INTEL
X64/Monitor.asm | INTEL
X64/ReadPmc.asm | INTEL
X64/ReadTsc.asm | INTEL