Skip to content

Commit

Permalink
MdePkg/BaseLib: Fix AARCH64 compilation error
Browse files Browse the repository at this point in the history
Declare InternalAssertJumpBuffer as EXTERN

Cc: Leif Lindholm <[email protected]>
Cc: Ard Biesheuvel <[email protected]>
Cc: Sami Mujawar <[email protected]>
Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
Cc: Zhiguang Liu <[email protected]>
Signed-off-by: Shun Cheng Liu <[email protected]>
Reviewed-by: levi.yun <[email protected]>
  • Loading branch information
Shun Cheng Liu authored and mergify[bot] committed May 15, 2024
1 parent 4b6ee06 commit 558a253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.S
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

GCC_ASM_EXPORT(SetJump)
GCC_ASM_EXPORT(InternalLongJump)
GCC_ASM_IMPORT(InternalAssertJumpBuffer)

#define GPR_LAYOUT \
REG_PAIR (x19, x20, 0); \
Expand Down
1 change: 1 addition & 0 deletions MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.asm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

EXPORT SetJump
EXPORT InternalLongJump
EXTERN InternalAssertJumpBuffer
AREA BaseLib_LowLevel, CODE, READONLY

#define GPR_LAYOUT \
Expand Down

0 comments on commit 558a253

Please sign in to comment.