]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibRepStr/Ia32/ScanMem64.S
cleanup the .S file to wrap all public symbols with ASM_PFX() macro,which is used...
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibRepStr / Ia32 / ScanMem64.S
index cde4f3a7343229f220699c7d8b328f4e855d3f91..3b67d4c056864f26c2ce97b0ef07d94c6d3aa17a 100644 (file)
@@ -29,7 +29,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-.globl _InternalMemScanMem64\r
+.globl ASM_PFX(InternalMemScanMem64)\r
 \r
 #------------------------------------------------------------------------------\r
 # CONST VOID *\r
@@ -40,7 +40,7 @@
 #   IN      UINT64                    Value\r
 #   );\r
 #------------------------------------------------------------------------------\r
-_InternalMemScanMem64:\r
+ASM_PFX(InternalMemScanMem64):\r
     push    %edi\r
     movl    12(%esp), %ecx\r
     movl    16(%esp), %eax\r