X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FX64%2FReadFs.S;h=28b288f2dd336362d3bba67a29dc6e1e4c4d2909;hb=85c25283ed338da9485e16918e6e21d8212efa76;hp=ff658e124896767368d8bbbd046c953344e8711b;hpb=5f87392966e8bb14b6486408b60521dfc61bd58f;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/X64/ReadFs.S b/MdePkg/Library/BaseLib/X64/ReadFs.S index ff658e1248..28b288f2dd 100644 --- a/MdePkg/Library/BaseLib/X64/ReadFs.S +++ b/MdePkg/Library/BaseLib/X64/ReadFs.S @@ -29,8 +29,8 @@ # VOID # ); #------------------------------------------------------------------------------ -.global _AsmReadFs; -.align 16; -_AsmReadFs: +.global ASM_PFX(AsmReadFs) +.align 16 +ASM_PFX(AsmReadFs): mov %fs, %eax ret