X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FFxRestore.S;h=9cfa14be0fdb7320e382f3c7210a290a26e05935;hp=f88d3df09b32b1983bee3ade8ecd8d7b29e70f95;hb=a2b1bf96b3470f5eb82b47e629f6c3a840f87295;hpb=1e56bac2c836f695e84f11f54a10d9bdb938084f diff --git a/MdePkg/Library/BaseLib/Ia32/FxRestore.S b/MdePkg/Library/BaseLib/Ia32/FxRestore.S index f88d3df09b..9cfa14be0f 100644 --- a/MdePkg/Library/BaseLib/Ia32/FxRestore.S +++ b/MdePkg/Library/BaseLib/Ia32/FxRestore.S @@ -21,7 +21,7 @@ # #------------------------------------------------------------------------------ -.globl _InternalX86FxRestore +.globl ASM_PFX(InternalX86FxRestore) #------------------------------------------------------------------------------ # VOID @@ -30,7 +30,7 @@ # IN CONST IA32_FX_BUFFER *Buffer # ); #------------------------------------------------------------------------------ -_InternalX86FxRestore: +ASM_PFX(InternalX86FxRestore): movl 4(%esp), %eax fxrstor (%eax) ret