summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/Ia32/ReadGdtr.S
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/ReadGdtr.S')
-rw-r--r--MdePkg/Library/BaseLib/Ia32/ReadGdtr.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/ReadGdtr.S b/MdePkg/Library/BaseLib/Ia32/ReadGdtr.S
index f03a05696d..ebfe800e68 100644
--- a/MdePkg/Library/BaseLib/Ia32/ReadGdtr.S
+++ b/MdePkg/Library/BaseLib/Ia32/ReadGdtr.S
@@ -15,7 +15,7 @@
#
# Abstract:
#
-# AsmReadGdtr function
+# InternalX86ReadGdtr function
#
# Notes:
#
@@ -28,12 +28,12 @@
#------------------------------------------------------------------------------
# VOID
# EFIAPI
-# AsmReadGdtr (
+# InternalX86ReadGdtr (
# OUT IA32_DESCRIPTOR *Gdtr
# );
#------------------------------------------------------------------------------
-.global _AsmReadGdtr
-_AsmReadGdtr:
+.global _InternalX86ReadGdtr
+_InternalX86ReadGdtr:
movl 4(%esp),%eax
sgdt (%eax)
ret