]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/CpuFlushTlb.S
Use ASM_PFX to optionnaly set the underscore prefix
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / CpuFlushTlb.S
index 0bd308d34410238a1bdad7853e710dc7b0e90803..f8b1cdc7eef0cc01ee099a6676f1d5e5a39f0515 100644 (file)
@@ -20,7 +20,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-.globl _CpuFlushTlb\r
+.globl ASM_PFX(CpuFlushTlb)\r
 \r
 #------------------------------------------------------------------------------\r
 # VOID\r
@@ -29,7 +29,7 @@
 #   VOID\r
 #   );\r
 #------------------------------------------------------------------------------\r
-_CpuFlushTlb:\r
+ASM_PFX(CpuFlushTlb):\r
     movl    %cr3, %eax\r
     movl    %eax, %cr3\r
     ret\r