]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibSse2/Ia32/CopyMem.S
cleanup the .S file to wrap all public symbols with ASM_PFX() macro,which is used...
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibSse2 / Ia32 / CopyMem.S
index d79c3812a8cf2c4e4ec53f2878047ac74dc52a53..d43464c2cd657e2fb8670c126223cdfa65b60466 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