diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/LongJump.s')
-rw-r--r-- | MdePkg/Library/BaseLib/Ia32/LongJump.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/LongJump.s b/MdePkg/Library/BaseLib/Ia32/LongJump.s index 3da09142fc..4a36afc13f 100644 --- a/MdePkg/Library/BaseLib/Ia32/LongJump.s +++ b/MdePkg/Library/BaseLib/Ia32/LongJump.s @@ -15,7 +15,7 @@ #
# Abstract:
#
-# Implementation of LongJump() on IA-32.
+# Implementation of _LongJump() on IA-32.
#
#------------------------------------------------------------------------------
@@ -23,8 +23,8 @@ -.global _LongJump
-_LongJump:
+.global __LongJump
+__LongJump:
popl %eax
popl %edx
popl %eax
|