summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/Ia32/LongJump.S
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/LongJump.S')
-rw-r--r--MdePkg/Library/BaseLib/Ia32/LongJump.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/LongJump.S b/MdePkg/Library/BaseLib/Ia32/LongJump.S
index afb1ca5..0b76896 100644
--- a/MdePkg/Library/BaseLib/Ia32/LongJump.S
+++ b/MdePkg/Library/BaseLib/Ia32/LongJump.S
@@ -19,7 +19,7 @@
#
#------------------------------------------------------------------------------
-.globl _InternalLongJump
+.globl ASM_PFX(InternalLongJump)
#------------------------------------------------------------------------------
# VOID
@@ -29,7 +29,7 @@
# IN UINTN Value
# );
#------------------------------------------------------------------------------
-_InternalLongJump:
+ASM_PFX(InternalLongJump):
pop %eax
pop %edx
pop %eax