summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/BaseLib.inf
diff options
context:
space:
mode:
authorJordan Justen <jordan.l.justen@intel.com>2016-05-30 18:52:02 -0700
committerLiming Gao <liming.gao@intel.com>2016-06-28 09:49:49 +0800
commitb13e693e8ed17cbef9a7fcde1cf46a9a14190dc5 (patch)
tree69f461a01a29b7226f4ba05faf8f4d1bd79affa1 /MdePkg/Library/BaseLib/BaseLib.inf
parent434363ce4c5480adeb8a57b204785bbbe32c7a1e (diff)
downloadedk2-platforms-b13e693e8ed17cbef9a7fcde1cf46a9a14190dc5.tar.xz
MdePkg BaseLib: Convert X64/ReadMm1.asm to NASM
The BaseTools/Scripts/ConvertMasmToNasm.py script was used to convert X64/ReadMm1.asm to X64/ReadMm1.nasm Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'MdePkg/Library/BaseLib/BaseLib.inf')
-rw-r--r--MdePkg/Library/BaseLib/BaseLib.inf2
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Library/BaseLib/BaseLib.inf b/MdePkg/Library/BaseLib/BaseLib.inf
index 475baef347..4d8faf09b1 100644
--- a/MdePkg/Library/BaseLib/BaseLib.inf
+++ b/MdePkg/Library/BaseLib/BaseLib.inf
@@ -501,6 +501,7 @@
X64/ReadMm3.asm | MSFT
X64/ReadMm2.nasm| MSFT
X64/ReadMm2.asm | MSFT
+ X64/ReadMm1.nasm| MSFT
X64/ReadMm1.asm | MSFT
X64/ReadMm0.asm | MSFT
X64/FxRestore.asm | MSFT
@@ -601,6 +602,7 @@
X64/ReadMm3.asm | INTEL
X64/ReadMm2.nasm| INTEL
X64/ReadMm2.asm | INTEL
+ X64/ReadMm1.nasm| INTEL
X64/ReadMm1.asm | INTEL
X64/ReadMm0.asm | INTEL
X64/FxRestore.asm | INTEL