Re: [edk2-devel] [PATCH v2 1/1] MdePkg/BaseLib: Fix AARCH64 compilation error

2024-03-28 Thread Adam Liu
Hello all, The patch was reviewed and I submitted a pull request https://github.com/tianocore/edk2/pull/5482 for this patch. Is there any other requirement to let this patch merge into master? Regards, Adam -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group.

[edk2-devel] [PATCH v2 1/1] MdePkg/BaseLib: Fix AARCH64 compilation error

2024-03-19 Thread Adam Liu
Declare InternalAssertJumpBuffer as EXTERN Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Sami Mujawar Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Signed-off-by: Shun Cheng Liu Reviewed-by: levi.yun --- MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.S | 1 + MdePkg/Library/BaseLib/AA