summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/Ia32/FxRestore.S
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/FxRestore.S')
-rw-r--r--MdePkg/Library/BaseLib/Ia32/FxRestore.S8
1 files changed, 4 insertions, 4 deletions
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