]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseSynchronizationLib/X64/InterlockedCompareExchange32.nasm
MdePkg/BaseSynchronizationLib: Fix function names in function headers
[mirror_edk2.git] / MdePkg / Library / BaseSynchronizationLib / X64 / InterlockedCompareExchange32.nasm
index 4c8c8103d9dbc07734bddbe964e3c0b662b592ab..5ed4ba5148862946a6a9e2a314e2f1ae1821d111 100644 (file)
@@ -1,6 +1,6 @@
 ;------------------------------------------------------------------------------\r
 ;\r
-; Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\r
+; Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
 ; This program and the accompanying materials\r
 ; are licensed and made available under the terms and conditions of the BSD License\r
 ; which accompanies this distribution.  The full text of the license may be found at\r
@@ -27,8 +27,8 @@
 ;------------------------------------------------------------------------------\r
 ; UINT32\r
 ; EFIAPI\r
-; InterlockedCompareExchange32 (\r
-;   IN      UINT32                    *Value,\r
+; InternalSyncCompareExchange32 (\r
+;   IN      volatile UINT32           *Value,\r
 ;   IN      UINT32                    CompareValue,\r
 ;   IN      UINT32                    ExchangeValue\r
 ;   );\r