diff options
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
|