X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FX64%2FFlushCacheLine.S;h=ffaca31acf8a41e36539e5e38317a74c3b334da4;hp=ad79ec17241ec31ed155320d93872998f87e714d;hb=d5172f911d21d03a3a4f50cb6ebe89854d191e4d;hpb=dedfc3bbc97e726e259bfadbdf22502133faa8a8 diff --git a/MdePkg/Library/BaseLib/X64/FlushCacheLine.S b/MdePkg/Library/BaseLib/X64/FlushCacheLine.S index ad79ec1724..ffaca31acf 100644 --- a/MdePkg/Library/BaseLib/X64/FlushCacheLine.S +++ b/MdePkg/Library/BaseLib/X64/FlushCacheLine.S @@ -29,7 +29,7 @@ # IN VOID *LinearAddress # ); #------------------------------------------------------------------------------ -.global ASM_PFX(AsmFlushCacheLine) +ASM_GLOBAL ASM_PFX(AsmFlushCacheLine) ASM_PFX(AsmFlushCacheLine): clflush (%rcx) mov %rcx, %rax