]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibMmx/Ia32/CompareMem.S
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibMmx / Ia32 / CompareMem.S
index 3814cd36d2e836e69810c3fb28a19869a7d9949a..7314ab533c38d450308665248db75e80fb03ac8b 100644 (file)
@@ -1,7 +1,7 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006 - 2008, Intel Corporation\r
-# All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2006 - 2008, 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
 # http://opensource.org/licenses/bsd-license.php\r
@@ -29,7 +29,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-.globl _InternalMemCompareMem\r
+ASM_GLOBAL ASM_PFX(InternalMemCompareMem)\r
 \r
 #------------------------------------------------------------------------------\r
 # INTN\r
@@ -40,7 +40,7 @@
 #   IN      UINTN                     Length\r
 #   );\r
 #------------------------------------------------------------------------------\r
-_InternalMemCompareMem:\r
+ASM_PFX(InternalMemCompareMem):\r
     push    %esi\r
     push    %edi\r
     movl    12(%esp), %esi\r