]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix file header
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 24 Aug 2009 23:41:22 +0000 (23:41 +0000)
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 24 Aug 2009 23:41:22 +0000 (23:41 +0000)
Fix a typo in InternalSyncCompareExchange32()

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9190 6f19259b-4bc3-4df7-8a09-765794883524

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