X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FReadFs.S;h=bd38c6ac105bef447cfee56170edf7232dc246b3;hb=c75bbd0e5b127eb2bda7ebbbe4a4019d2469a9f6;hp=3bf19f23ed5f2538b5b1ee013f8da83078c84d28;hpb=3f566587aea64bb986866c7f69a6b82891bf59db;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/Ia32/ReadFs.S b/MdePkg/Library/BaseLib/Ia32/ReadFs.S index 3bf19f23ed..bd38c6ac10 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadFs.S +++ b/MdePkg/Library/BaseLib/Ia32/ReadFs.S @@ -21,7 +21,7 @@ # #------------------------------------------------------------------------------ -.global _AsmReadFs +.globl ASM_PFX(AsmReadFs) #------------------------------------------------------------------------------ # UINT16 @@ -30,6 +30,6 @@ # VOID # ); #------------------------------------------------------------------------------ -_AsmReadFs: +ASM_PFX(AsmReadFs): movl %fs, %eax ret