diff options
author | Jordan Justen <jordan.l.justen@intel.com> | 2014-09-01 17:23:22 +0000 |
---|---|---|
committer | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-09-01 17:23:22 +0000 |
commit | 6dab5c8a8a97b70ff329034c2947cff834c0316e (patch) | |
tree | 96e76466d355930e03304dec1c9dc74b1b609a1a /MdePkg/Library/BaseLib/BaseLib.inf | |
parent | 02eef553114dea1e4d55071e91398a0625e4e18c (diff) | |
download | edk2-6dab5c8a8a97b70ff329034c2947cff834c0316e.tar.gz |
MdePkg BaseLib Thunk16: Replace IA32 GAS Thunk16 with NASM version
This is a translation of Ia32/Thunk16.asm to NASM.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16020 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseLib/BaseLib.inf')
-rw-r--r-- | MdePkg/Library/BaseLib/BaseLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/BaseLib.inf b/MdePkg/Library/BaseLib/BaseLib.inf index 8e6cfa702d..8176bda945 100644 --- a/MdePkg/Library/BaseLib/BaseLib.inf +++ b/MdePkg/Library/BaseLib/BaseLib.inf @@ -252,7 +252,7 @@ Ia32/DisableCache.asm | INTEL
Ia32/GccInline.c | GCC
- Ia32/Thunk16.S | GCC
+ Ia32/Thunk16.nasm | GCC
Ia32/EnableDisableInterrupts.S | GCC
Ia32/EnablePaging64.S | GCC
Ia32/DisablePaging32.S | GCC
|