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 MdePkg/BaseSynchronizationLib: Add InterlockedCompareExchange16 2015-02-28 20:31:54 +00:00
InterlockedCompareExchange16.asm MdePkg: Convert non DOS format files to DOS format 2015-03-05 07:21:34 +00:00
InterlockedCompareExchange16.c MdePkg: Convert non DOS format files to DOS format 2015-03-05 07:21:34 +00:00
InterlockedCompareExchange16.nasm MdePkg BaseSynchronizationLib: Convert Ia32/InterlockedCompareExchange16.asm to NASM 2016-06-28 09:51:47 +08:00
InterlockedCompareExchange32.asm Minor grammatical work--mostly adding periods. Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated. Sending separately a list of files missing Doxygen @param and @return information. (PENDING) 2010-06-25 21:56:02 +00:00
InterlockedCompareExchange32.c Minor grammatical work--mostly adding periods. Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated. Sending separately a list of files missing Doxygen @param and @return information. (PENDING) 2010-06-25 21:56:02 +00:00
InterlockedCompareExchange32.nasm MdePkg BaseSynchronizationLib: Convert Ia32/InterlockedCompareExchange32.asm to NASM 2016-06-28 09:51:46 +08:00
InterlockedCompareExchange64.asm Minor grammatical work--mostly adding periods. Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated. Sending separately a list of files missing Doxygen @param and @return information. (PENDING) 2010-06-25 21:56:02 +00:00
InterlockedCompareExchange64.c Minor grammatical work--mostly adding periods. Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated. Sending separately a list of files missing Doxygen @param and @return information. (PENDING) 2010-06-25 21:56:02 +00:00
InterlockedCompareExchange64.nasm MdePkg BaseSynchronizationLib InterlockedCompareExchange64: Fix ICC build 2016-10-18 10:01:27 +08:00
InterlockedDecrement.asm Minor grammatical work--mostly adding periods. Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated. Sending separately a list of files missing Doxygen @param and @return information. (PENDING) 2010-06-25 21:56:02 +00:00
InterlockedDecrement.c Minor grammatical work--mostly adding periods. Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated. Sending separately a list of files missing Doxygen @param and @return information. (PENDING) 2010-06-25 21:56:02 +00:00
InterlockedDecrement.nasm MdePkg BaseSynchronizationLib: Convert Ia32/InterlockedDecrement.asm to NASM 2016-06-28 09:51:47 +08:00
InterlockedIncrement.asm Minor grammatical work--mostly adding periods. Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated. Sending separately a list of files missing Doxygen @param and @return information. (PENDING) 2010-06-25 21:56:02 +00:00
InterlockedIncrement.c Minor grammatical work--mostly adding periods. Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated. Sending separately a list of files missing Doxygen @param and @return information. (PENDING) 2010-06-25 21:56:02 +00:00
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