diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-23 07:04:55 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-23 07:04:55 +0000 |
commit | bc4eb4078ea18e00158f70c3da56db8ced6e1bd5 (patch) | |
tree | 86a4bdffb030dbce9671e00db9515b70bf4f03b0 /MdePkg/Library | |
parent | 440ceebd78d4cff97fa0c6ddbb9254c0a26bf122 (diff) | |
download | edk2-platforms-bc4eb4078ea18e00158f70c3da56db8ced6e1bd5.tar.xz |
Update to fix several ECC warning
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7600 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library')
-rw-r--r-- | MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf b/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf index 66a74e37a2..34a61b08fd 100644 --- a/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf +++ b/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf @@ -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
|