mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
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:
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); \
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
EXPORT SetJump
|
||||
EXPORT InternalLongJump
|
||||
EXTERN InternalAssertJumpBuffer
|
||||
AREA BaseLib_LowLevel, CODE, READONLY
|
||||
|
||||
#define GPR_LAYOUT \
|
||||
|
Loading…
x
Reference in New Issue
Block a user