diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-11 10:25:13 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-11 10:25:13 +0000 |
commit | bd0cd44be53b858f9a4aae532525f7b5ada962c9 (patch) | |
tree | 93fea870cff4781e5e3809fe5a46bfc3e75d647d /MdePkg/Library/BaseLib/Ia32/EnablePaging32.S | |
parent | 983ba75c9282121d69e5544be3938b4c5b74f83d (diff) | |
download | edk2-platforms-bd0cd44be53b858f9a4aae532525f7b5ada962c9.tar.xz |
sync GCC assembly files with MASM assembly files
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@878 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/EnablePaging32.S')
-rw-r--r-- | MdePkg/Library/BaseLib/Ia32/EnablePaging32.S | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/EnablePaging32.S b/MdePkg/Library/BaseLib/Ia32/EnablePaging32.S index 6f9befcb4a..7c97a502da 100644 --- a/MdePkg/Library/BaseLib/Ia32/EnablePaging32.S +++ b/MdePkg/Library/BaseLib/Ia32/EnablePaging32.S @@ -15,7 +15,7 @@ #
# Abstract:
#
-# AsmEnablePaging32 function
+# InternalX86EnablePaging32 function
#
# Notes:
#
@@ -28,15 +28,15 @@ #------------------------------------------------------------------------------
# VOID
# EFIAPI
-# AsmEnablePaging32 (
+# InternalX86EnablePaging32 (
# IN SWITCH_STACK_ENTRY_POINT EntryPoint,
# IN VOID *Context1, OPTIONAL
# IN VOID *Context2, OPTIONAL
# IN VOID *NewStack
# );
#------------------------------------------------------------------------------
-.global _AsmEnablePaging32
-_AsmEnablePaging32:
+.global _InternalX86EnablePaging32
+_InternalX86EnablePaging32:
movl 4(%esp),%ebx
movl 8(%esp),%ecx
movl 12(%esp),%edx
|