Update to fix several ECC warning

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7600 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8
2009-02-23 07:04:55 +00:00
parent 440ceebd78
commit bc4eb4078e
2 changed files with 10 additions and 3 deletions

View File

@@ -24,6 +24,8 @@
#
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
#
[Sources.Common]
BaseSynchronizationLibInternals.h
[Sources.Ia32]
Ia32/InterlockedCompareExchange64.c | MSFT
@@ -45,9 +47,12 @@
SynchronizationGcc.c | GCC
[Sources.X64]
X64/InterlockedCompareExchange64.asm
X64/InterlockedCompareExchange32.asm
X64/InterlockedCompareExchange64.c | MSFT
X64/InterlockedCompareExchange32.c | MSFT
X64/InterlockedCompareExchange64.asm | INTEL
X64/InterlockedCompareExchange32.asm | INTEL
X64/InterlockedDecrement.c | MSFT
X64/InterlockedIncrement.c | MSFT
SynchronizationMsc.c | MSFT