MdePkg/BaseLib: Fix AARCH64 compilation error
Declare InternalAssertJumpBuffer as EXTERN Cc: Leif Lindholm <quic_llindhol@quicinc.com> Cc: Ard Biesheuvel <ardb+tianocore@kernel.org> Cc: Sami Mujawar <sami.mujawar@arm.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Zhiguang Liu <zhiguang.liu@intel.com> Signed-off-by: Shun Cheng Liu <adam.liu@tw.synaptics.com> Reviewed-by: levi.yun <yeoreum.yun@arm.com>
This commit is contained in:
committed by
mergify[bot]
parent
4b6ee06a09
commit
558a25366d
@@ -9,6 +9,7 @@
|
||||
|
||||
GCC_ASM_EXPORT(SetJump)
|
||||
GCC_ASM_EXPORT(InternalLongJump)
|
||||
GCC_ASM_IMPORT(InternalAssertJumpBuffer)
|
||||
|
||||
#define GPR_LAYOUT \
|
||||
REG_PAIR (x19, x20, 0); \
|
||||
|
Reference in New Issue
Block a user