summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/XenBusDxe/XenBusDxe.inf
diff options
context:
space:
mode:
authorAnthony PERARD <anthony.perard@citrix.com>2014-11-08 02:41:35 +0000
committerjljusten <jljusten@Edk2>2014-11-08 02:41:35 +0000
commit6f6c3a1fb628be2b8fb68add9f166d8fa51a9c70 (patch)
tree91532fe380d295d0afbfbf0bec983db32718ee33 /OvmfPkg/XenBusDxe/XenBusDxe.inf
parent0ae9d5e88e6fbffdcf2103ec0d54eac0f7295428 (diff)
downloadedk2-6f6c3a1fb628be2b8fb68add9f166d8fa51a9c70.tar.gz
edk2-6f6c3a1fb628be2b8fb68add9f166d8fa51a9c70.tar.bz2
edk2-6f6c3a1fb628be2b8fb68add9f166d8fa51a9c70.zip
OvmfPkg XenBusDxe: Convert X64/TestAndClearBit.asm to NASM
The BaseTools/Scripts/ConvertMasmToNasm.py script was used to convert X64/TestAndClearBit.asm to X64/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@16319 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'OvmfPkg/XenBusDxe/XenBusDxe.inf')
-rw-r--r--OvmfPkg/XenBusDxe/XenBusDxe.inf3
1 files changed, 1 insertions, 2 deletions
diff --git a/OvmfPkg/XenBusDxe/XenBusDxe.inf b/OvmfPkg/XenBusDxe/XenBusDxe.inf
index 61f7568e55..4ce4743454 100644
--- a/OvmfPkg/XenBusDxe/XenBusDxe.inf
+++ b/OvmfPkg/XenBusDxe/XenBusDxe.inf
@@ -56,8 +56,7 @@
[Sources.X64]
X64/hypercall.nasm
X64/InterlockedCompareExchange16.nasm
- X64/TestAndClearBit.S
- X64/TestAndClearBit.asm
+ X64/TestAndClearBit.nasm
[LibraryClasses]
UefiDriverEntryPoint