]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibSse2/Ia32/ZeroMem.S
Replace .globl with ASM_GLOBAL
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibSse2 / Ia32 / ZeroMem.S
index b1b326f0fdb08335e079d5d64dc7ac3418d05ba3..a17ab75f18bc41dff404247aa8d657902adb16ad 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\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
@@ -21,7 +21,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-.globl _InternalMemZeroMem\r
+ASM_GLOBAL ASM_PFX(InternalMemZeroMem)\r
 \r
 #------------------------------------------------------------------------------\r
 #  VOID *\r
@@ -31,7 +31,7 @@
 #    IN UINTN  Count\r
 #    );\r
 #------------------------------------------------------------------------------\r
-_InternalMemZeroMem:\r
+ASM_PFX(InternalMemZeroMem):\r
     push    %edi\r
     movl    8(%esp), %edi\r
     movl    12(%esp), %edx\r