]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibRepStr/Ia32/ZeroMem.S
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibRepStr / Ia32 / ZeroMem.S
index 833e2d8ba2aa66af3b25ff0db6db027373eac309..48ba10345660984d3a7aa00f253f36e0c97b2614 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 _InternalMemZeroMem\r
+ASM_GLOBAL ASM_PFX(InternalMemZeroMem)\r
 \r
 #------------------------------------------------------------------------------\r
 #  VOID *\r
@@ -30,7 +30,7 @@
 #    IN UINTN  Count\r
 #    );\r
 #------------------------------------------------------------------------------\r
-_InternalMemZeroMem:\r
+ASM_PFX(InternalMemZeroMem):\r
     push    %edi\r
     xorl    %eax,%eax\r
     movl    8(%esp),%edi\r