]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseSynchronizationLib/Ia32/GccInline.c
Fix file header
[mirror_edk2.git] / MdePkg / Library / BaseSynchronizationLib / Ia32 / GccInline.c
index 0c6a12cca3a2c85fbc84666f8b24e41dbada260d..9b939c97096fa8fb7f5b417904ed4e4ecdd9a08f 100644 (file)
@@ -2,7 +2,7 @@
   GCC inline implementation of BaseSynchronizationLib processor specific functions.\r
   \r
   Copyright (c) 2006 - 2009, Intel Corporation<BR>\r
-  Portions copyright (c) 2008-2009 Apple Inc.<BR>\r
+  Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>\r
   All rights reserved. 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
@@ -127,7 +127,7 @@ InternalSyncCompareExchange32 (
     "cmpxchgl    %1, %2   \n\t"\r
     : "=a" (CompareValue)     // %0\r
     : "q"  (ExchangeValue),   // %1\r
-      "m"  (*Value),          // %2\r
+      "m"  (*Value),          // %2\r
       "0"  (CompareValue)     // %4 \r
     : "memory",\r
       "cc"\r