diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/LongJump.S')
-rw-r--r-- | MdePkg/Library/BaseLib/Ia32/LongJump.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/LongJump.S b/MdePkg/Library/BaseLib/Ia32/LongJump.S index afb1ca5943..0b76896085 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 |