]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibSse2/Ia32/ScanMem8.S
cleanup the .S file to wrap all public symbols with ASM_PFX() macro,which is used...
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibSse2 / Ia32 / ScanMem8.S
index b0adcabf93927dc11a361bf2bd6678e3011e9e49..b3226052c8d2c4418be850f73d8f15e902952b4b 100644 (file)
@@ -29,7 +29,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-.globl _InternalMemScanMem8\r
+.globl ASM_PFX(InternalMemScanMem8)\r
 \r
 #------------------------------------------------------------------------------\r
 # CONST VOID *\r
@@ -40,7 +40,7 @@
 #   IN      UINT8                     Value\r
 #   );\r
 #------------------------------------------------------------------------------\r
-_InternalMemScanMem8:\r
+ASM_PFX(InternalMemScanMem8):\r
     push    %edi\r
     movl    12(%esp), %ecx\r
     movl    8(%esp), %edi\r