diff options
author | Jordan Justen <jordan.l.justen@intel.com> | 2016-05-30 18:51:56 -0700 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2016-06-28 09:48:51 +0800 |
commit | fd82e442491046f58bdede560f82cce6914e42c6 (patch) | |
tree | 7227bc60056f346dd85686ec8955014bf34ee0ec /MdePkg/Library/BaseLib/BaseLib.inf | |
parent | 04926576df0a02a4a9336d1aa7ab58bf2fdb7b1c (diff) | |
download | edk2-platforms-fd82e442491046f58bdede560f82cce6914e42c6.tar.xz |
MdePkg BaseLib: Convert Ia32/ReadSs.asm to NASM
The BaseTools/Scripts/ConvertMasmToNasm.py script was used to convert
Ia32/ReadSs.asm to Ia32/ReadSs.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.inf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/Library/BaseLib/BaseLib.inf b/MdePkg/Library/BaseLib/BaseLib.inf index a62ab52ab1..e448700823 100644 --- a/MdePkg/Library/BaseLib/BaseLib.inf +++ b/MdePkg/Library/BaseLib/BaseLib.inf @@ -235,6 +235,7 @@ Ia32/ReadGdtr.asm | INTEL
Ia32/ReadTr.nasm| INTEL
Ia32/ReadTr.asm | INTEL
+ Ia32/ReadSs.nasm| INTEL
Ia32/ReadSs.asm | INTEL
Ia32/ReadGs.asm | INTEL
Ia32/ReadFs.asm | INTEL
|