diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/Arm/SetJumpLongJump.S')
-rw-r--r-- | MdePkg/Library/BaseLib/Arm/SetJumpLongJump.S | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/MdePkg/Library/BaseLib/Arm/SetJumpLongJump.S b/MdePkg/Library/BaseLib/Arm/SetJumpLongJump.S index 74bf07ed7c..2ea88029c9 100644 --- a/MdePkg/Library/BaseLib/Arm/SetJumpLongJump.S +++ b/MdePkg/Library/BaseLib/Arm/SetJumpLongJump.S @@ -14,11 +14,8 @@ .text
.p2align 2
-.globl ASM_PFX(SetJump)
-INTERWORK_FUNC(SetJump) -
-.globl ASM_PFX(InternalLongJump)
-INTERWORK_FUNC(InternalLongJump) +GCC_ASM_EXPORT(SetJump)
+GCC_ASM_EXPORT(InternalLongJump)
#/**
# Saves the current CPU context that can be restored with a call to LongJump() and returns 0.#
|