summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/Arm/SetJumpLongJump.S
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/Arm/SetJumpLongJump.S')
-rw-r--r--MdePkg/Library/BaseLib/Arm/SetJumpLongJump.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/MdePkg/Library/BaseLib/Arm/SetJumpLongJump.S b/MdePkg/Library/BaseLib/Arm/SetJumpLongJump.S
index a894cd7..74bf07e 100644
--- a/MdePkg/Library/BaseLib/Arm/SetJumpLongJump.S
+++ b/MdePkg/Library/BaseLib/Arm/SetJumpLongJump.S
@@ -15,7 +15,10 @@
.p2align 2
.globl ASM_PFX(SetJump)
+INTERWORK_FUNC(SetJump)
+
.globl ASM_PFX(InternalLongJump)
+INTERWORK_FUNC(InternalLongJump)
#/**
# Saves the current CPU context that can be restored with a call to LongJump() and returns 0.#