]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibSse2/Ia32/CopyMem.S
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibSse2 / Ia32 / CopyMem.S
index d79c3812a8cf2c4e4ec53f2878047ac74dc52a53..b7cc80b2db936ad0a5ebe0b48995aec6e45e299a 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
@@ -21,7 +21,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-.globl _InternalMemCopyMem\r
+ASM_GLOBAL ASM_PFX(InternalMemCopyMem)\r
 \r
 #------------------------------------------------------------------------------\r
 #  VOID *\r
@@ -32,7 +32,7 @@
 #    IN UINTN  Count\r
 #    );\r
 #------------------------------------------------------------------------------\r
-_InternalMemCopyMem:\r
+ASM_PFX(InternalMemCopyMem):\r
     push    %esi\r
     push    %edi\r
     movl    16(%esp), %esi              # esi <- Source\r