summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/Arm/SetJumpLongJump.asm
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/Arm/SetJumpLongJump.asm')
-rw-r--r--MdePkg/Library/BaseLib/Arm/SetJumpLongJump.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Library/BaseLib/Arm/SetJumpLongJump.asm b/MdePkg/Library/BaseLib/Arm/SetJumpLongJump.asm
index 965a225191..3743291d13 100644
--- a/MdePkg/Library/BaseLib/Arm/SetJumpLongJump.asm
+++ b/MdePkg/Library/BaseLib/Arm/SetJumpLongJump.asm
@@ -12,10 +12,10 @@
;
;------------------------------------------------------------------------------
- EXPORT SetJump
- EXPORT InternalLongJump
+ EXPORT SetJump
+ EXPORT InternalLongJump
- AREA BaseLib, CODE, READONLY
+ AREA BaseLib, CODE, READONLY
;/**
; Saves the current CPU context that can be restored with a call to LongJump() and returns 0.;