audk/MdePkg/Library/BaseSynchronizationLib/Ia32
Liming Gao 9ba2869c7e MdePkg BaseSynchronizationLib InterlockedCompareExchange64: Fix ICC build
Remove extra qword in nasm code to make it pass build.
This file is only built in INTEL ICC compiler. So, there is missing
build check for it.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>
2016-10-18 10:01:27 +08:00
..
GccInline.c
InterlockedCompareExchange16.asm
InterlockedCompareExchange16.c
InterlockedCompareExchange16.nasm MdePkg BaseSynchronizationLib: Convert Ia32/InterlockedCompareExchange16.asm to NASM 2016-06-28 09:51:47 +08:00
InterlockedCompareExchange32.asm
InterlockedCompareExchange32.c
InterlockedCompareExchange32.nasm MdePkg BaseSynchronizationLib: Convert Ia32/InterlockedCompareExchange32.asm to NASM 2016-06-28 09:51:46 +08:00
InterlockedCompareExchange64.asm
InterlockedCompareExchange64.c
InterlockedCompareExchange64.nasm MdePkg BaseSynchronizationLib InterlockedCompareExchange64: Fix ICC build 2016-10-18 10:01:27 +08:00
InterlockedDecrement.asm
InterlockedDecrement.c
InterlockedDecrement.nasm MdePkg BaseSynchronizationLib: Convert Ia32/InterlockedDecrement.asm to NASM 2016-06-28 09:51:47 +08:00
InterlockedIncrement.asm
InterlockedIncrement.c
InterlockedIncrement.nasm MdePkg BaseSynchronizationLib: Convert Ia32/InterlockedIncrement.asm to NASM 2016-06-28 09:51:48 +08:00
InternalGetSpinLockProperties.c MdePkg/BaseSynchronizationLib: spin lock alignment is 32 at least 2016-07-14 09:52:39 +08:00