diff options
author | Anthony PERARD <anthony.perard@citrix.com> | 2014-11-08 02:41:07 +0000 |
---|---|---|
committer | jljusten <jljusten@Edk2> | 2014-11-08 02:41:07 +0000 |
commit | 31c0aa2fd09b9ca7764ae43458d379995baa8637 (patch) | |
tree | dd81ec68d1bcefe5cd1fd2e6fc108e7e0336c69f /OvmfPkg/XenBusDxe/XenBusDxe.inf | |
parent | 09c3757bc429b3066133a87ad8271e21fad46518 (diff) | |
download | edk2-platforms-31c0aa2fd09b9ca7764ae43458d379995baa8637.tar.xz |
OvmfPkg XenBusDxe: Convert Ia32/TestAndClearBit.asm to NASM
The BaseTools/Scripts/ConvertMasmToNasm.py script was used to convert
Ia32/TestAndClearBit.asm to Ia32/TestAndClearBit.nasm
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16316 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'OvmfPkg/XenBusDxe/XenBusDxe.inf')
-rw-r--r-- | OvmfPkg/XenBusDxe/XenBusDxe.inf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OvmfPkg/XenBusDxe/XenBusDxe.inf b/OvmfPkg/XenBusDxe/XenBusDxe.inf index 292e488387..b421b852e8 100644 --- a/OvmfPkg/XenBusDxe/XenBusDxe.inf +++ b/OvmfPkg/XenBusDxe/XenBusDxe.inf @@ -51,8 +51,7 @@ [Sources.IA32]
Ia32/hypercall.nasm
Ia32/InterlockedCompareExchange16.nasm
- Ia32/TestAndClearBit.S
- Ia32/TestAndClearBit.asm
+ Ia32/TestAndClearBit.nasm
[Sources.X64]
X64/hypercall.S
|