summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/X64/InterlockedCompareExchange32.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/X64/InterlockedCompareExchange32.c')
-rw-r--r--MdePkg/Library/BaseLib/X64/InterlockedCompareExchange32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/Library/BaseLib/X64/InterlockedCompareExchange32.c b/MdePkg/Library/BaseLib/X64/InterlockedCompareExchange32.c
index de1aac7e6a..6157ac1f4b 100644
--- a/MdePkg/Library/BaseLib/X64/InterlockedCompareExchange32.c
+++ b/MdePkg/Library/BaseLib/X64/InterlockedCompareExchange32.c
@@ -15,6 +15,7 @@
/**
Microsoft Visual Studio 7.1 Function Prototypes for I/O Intrinsics.
**/
+
long _InterlockedCompareExchange(
long volatile * Destination,
long Exchange,