]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseSynchronizationLib/Ia32/InterlockedIncrement.nasm
MdePkg/BaseSynchronizationLib: Add volatile Interlocked*() APIs
[mirror_edk2.git] / MdePkg / Library / BaseSynchronizationLib / Ia32 / InterlockedIncrement.nasm
index 24f24f5d9a05f8c914a0af25b449cfb3a2f9193a..3902c732751e14b0da59401a2d1e670a6d10e5e8 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,7 +27,7 @@
 ; UINT32\r
 ; EFIAPI\r
 ; InternalSyncIncrement (\r
-;   IN      UINT32                    *Value\r
+;   IN      volatile UINT32           *Value\r
 ;   );\r
 ;------------------------------------------------------------------------------\r
 global ASM_PFX(InternalSyncIncrement)\r