]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibRepStr/Ia32/CopyMem.S
cleanup the .S file to wrap all public symbols with ASM_PFX() macro,which is used...
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibRepStr / Ia32 / CopyMem.S
index 62bb9b1697377a0069b93f5eecf4e6feb0adc56b..22f494fac1bc89a0c5bc4f08d43a8b7d24922b08 100644 (file)
@@ -21,7 +21,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-.globl _InternalMemCopyMem\r
+.globl 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