]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibOptDxe/Ia32/CopyMem.S
Gcc cleanup for baselib & basememorylib in mdepkg/library/
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibOptDxe / Ia32 / CopyMem.S
index ddbcbaf1b143c41e8d203aaeba4b07551138a550..292b83b2e06841f5c5ea3ee93eebe73b59fc0626 100644 (file)
@@ -21,7 +21,7 @@
 #
 #------------------------------------------------------------------------------
 
-.globl _InternalMemCopyMem
+.globl ASM_PFX(InternalMemCopyMem)
 
 #------------------------------------------------------------------------------
 #  VOID *
@@ -32,7 +32,7 @@
 #    IN UINTN  Count
 #    );
 #------------------------------------------------------------------------------
-_InternalMemCopyMem:
+ASM_PFX(InternalMemCopyMem):
     push    %esi
     push    %edi
     movl    16(%esp), %esi              # esi <- Source