X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FReadSs.S;h=4f15248f1abcc0a2f13e97eaff082f9e7165f8d7;hb=a2b1bf96b3470f5eb82b47e629f6c3a840f87295;hp=7d044c11e5163de4c970aeff03bbdc9a3313ad9f;hpb=1e56bac2c836f695e84f11f54a10d9bdb938084f;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/Ia32/ReadSs.S b/MdePkg/Library/BaseLib/Ia32/ReadSs.S index 7d044c11e5..4f15248f1a 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadSs.S +++ b/MdePkg/Library/BaseLib/Ia32/ReadSs.S @@ -21,7 +21,7 @@ # #------------------------------------------------------------------------------ -.globl _AsmReadSs +.globl ASM_PFX(AsmReadSs) #------------------------------------------------------------------------------ # UINT16 @@ -30,6 +30,6 @@ # VOID # ); #------------------------------------------------------------------------------ -_AsmReadSs: +ASM_PFX(AsmReadSs): movl %ss, %eax ret