]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/FlushCacheLine.S
Use ASM_PFX to optionnaly set the underscore prefix
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / FlushCacheLine.S
index f445464af970b7018ffc47721513aeb87ff35c5c..07a92619d2c15853bcd03e8d333ede4775644bf5 100644 (file)
@@ -21,7 +21,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-.globl _AsmFlushCacheLine\r
+.globl ASM_PFX(AsmFlushCacheLine)\r
 \r
 #------------------------------------------------------------------------------\r
 # VOID\r
@@ -30,7 +30,7 @@
 #   IN      VOID                      *LinearAddress\r
 #   );\r
 #------------------------------------------------------------------------------\r
-_AsmFlushCacheLine:\r
+ASM_PFX(AsmFlushCacheLine):\r
     movl    4(%esp), %eax\r
     clflush (%eax)\r
     ret\r