diff options
author | Anthony PERARD <anthony.perard@citrix.com> | 2014-11-08 02:41:15 +0000 |
---|---|---|
committer | jljusten <jljusten@Edk2> | 2014-11-08 02:41:15 +0000 |
commit | 60aafa1bdee040c366da84f58a660df505fbff92 (patch) | |
tree | ac146b2bda0ef7ce6c9b39936fc73b0b54efc6cc /OvmfPkg/XenBusDxe/XenBusDxe.inf | |
parent | 31c0aa2fd09b9ca7764ae43458d379995baa8637 (diff) | |
download | edk2-60aafa1bdee040c366da84f58a660df505fbff92.tar.gz edk2-60aafa1bdee040c366da84f58a660df505fbff92.tar.bz2 edk2-60aafa1bdee040c366da84f58a660df505fbff92.zip |
OvmfPkg XenBusDxe: Convert X64/hypercall.asm to NASM
The BaseTools/Scripts/ConvertMasmToNasm.py script was used to convert
X64/hypercall.asm to X64/hypercall.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@16317 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 b421b852e8..3309f53f6b 100644 --- a/OvmfPkg/XenBusDxe/XenBusDxe.inf +++ b/OvmfPkg/XenBusDxe/XenBusDxe.inf @@ -54,8 +54,7 @@ Ia32/TestAndClearBit.nasm
[Sources.X64]
- X64/hypercall.S
- X64/hypercall.asm
+ X64/hypercall.nasm
X64/InterlockedCompareExchange16.S
X64/InterlockedCompareExchange16.asm
X64/TestAndClearBit.S
|