X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FFlushCacheLine.S;h=07a92619d2c15853bcd03e8d333ede4775644bf5;hb=a2b1bf96b3470f5eb82b47e629f6c3a840f87295;hp=f445464af970b7018ffc47721513aeb87ff35c5c;hpb=b7089db12047675e829a74674700b03406c432e6;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/Ia32/FlushCacheLine.S b/MdePkg/Library/BaseLib/Ia32/FlushCacheLine.S index f445464af9..07a92619d2 100644 --- a/MdePkg/Library/BaseLib/Ia32/FlushCacheLine.S +++ b/MdePkg/Library/BaseLib/Ia32/FlushCacheLine.S @@ -21,7 +21,7 @@ # #------------------------------------------------------------------------------ -.globl _AsmFlushCacheLine +.globl ASM_PFX(AsmFlushCacheLine) #------------------------------------------------------------------------------ # VOID @@ -30,7 +30,7 @@ # IN VOID *LinearAddress # ); #------------------------------------------------------------------------------ -_AsmFlushCacheLine: +ASM_PFX(AsmFlushCacheLine): movl 4(%esp), %eax clflush (%eax) ret