]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/FlushCacheLine.S
Update the Guid Value of Ext SCSI Pass Thru Protocol
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / FlushCacheLine.S
index a1c62755f4c3faf7b23c9d33f2bacb68b0776980..07a92619d2c15853bcd03e8d333ede4775644bf5 100644 (file)
@@ -21,7 +21,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-.global _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