X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FFxRestore.S;h=cc840de464547e5abf7ee8c72a5460a7438245fc;hp=631a3ef68ae0cfacd29e02f9be5830b787d78509;hb=bd0cd44be53b858f9a4aae532525f7b5ada962c9;hpb=983ba75c9282121d69e5544be3938b4c5b74f83d diff --git a/MdePkg/Library/BaseLib/Ia32/FxRestore.S b/MdePkg/Library/BaseLib/Ia32/FxRestore.S index 631a3ef68a..cc840de464 100644 --- a/MdePkg/Library/BaseLib/Ia32/FxRestore.S +++ b/MdePkg/Library/BaseLib/Ia32/FxRestore.S @@ -15,7 +15,7 @@ # # Abstract: # -# AsmFxRestore function +# InternalX86FxRestore function # # Notes: # @@ -29,12 +29,12 @@ #------------------------------------------------------------------------------ # VOID # EFIAPI -# AsmFxRestore ( +# InternalX86FxRestore ( # IN CONST IA32_FX_BUFFER *Buffer # ); #------------------------------------------------------------------------------ -.global _AsmFxRestore -_AsmFxRestore: +.global _InternalX86FxRestore +_InternalX86FxRestore: movl 4(%esp),%eax fxrstor (%eax) ret