public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] [PATCH] MdePkg/BaseLib: Fix AARCH64 compilation error
@ 2024-01-29  8:41 Adam Liu
  0 siblings, 0 replies; 5+ messages in thread
From: Adam Liu @ 2024-01-29  8:41 UTC (permalink / raw)
  To: devel@edk2.groups.io; +Cc: Adam Liu

[-- Attachment #1: Type: text/plain, Size: 1089 bytes --]

Declare InternalAssertJumpBuffer as EXTERN

Signed-off-by: "Liu, Shun Cheng" <aliu@synaptics.com>
---
MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.asm | 1 +
1 file changed, 1 insertion(+)

diff --git a/MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.asm b/MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.asm
index 6ec8f35f2c..397593ceaf 100644
--- a/MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.asm
+++ b/MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.asm
@@ -4,6 +4,7 @@
; SPDX-License-Identifier: BSD-2-Clause-Patent
;
;------------------------------------------------------------------------------
+  EXTERN InternalAssertJumpBuffer
   EXPORT SetJump
   EXPORT InternalLongJump
--
2.22.0.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#114795): https://edk2.groups.io/g/devel/message/114795
Mute This Topic: https://groups.io/mt/104056947/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



[-- Attachment #2: Type: text/html, Size: 5599 bytes --]

^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [edk2-devel] [PATCH] MdePkg/BaseLib: Fix AARCH64 compilation error
@ 2024-02-06  6:11 Adam Liu
  2024-02-07 21:05 ` Laszlo Ersek
  0 siblings, 1 reply; 5+ messages in thread
From: Adam Liu @ 2024-02-06  6:11 UTC (permalink / raw)
  To: devel@edk2.groups.io; +Cc: Adam Liu

[-- Attachment #1: Type: text/plain, Size: 1120 bytes --]

Declare InternalAssertJumpBuffer as EXTERN

Signed-off-by: "Liu, Shun Cheng" <aliu@synaptics.com<mailto:aliu@synaptics.com>>
---
MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.asm | 1 +
1 file changed, 1 insertion(+)

diff --git a/MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.asm b/MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.asm
index 6ec8f35f2c..397593ceaf 100644
--- a/MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.asm
+++ b/MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.asm
@@ -4,6 +4,7 @@
; SPDX-License-Identifier: BSD-2-Clause-Patent
;
;------------------------------------------------------------------------------
+  EXTERN InternalAssertJumpBuffer

   EXPORT SetJump
   EXPORT InternalLongJump
--
2.22.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#115169): https://edk2.groups.io/g/devel/message/115169
Mute This Topic: https://groups.io/mt/104198930/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



[-- Attachment #2: Type: text/html, Size: 5789 bytes --]

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-02-15  9:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-29  8:41 [edk2-devel] [PATCH] MdePkg/BaseLib: Fix AARCH64 compilation error Adam Liu
  -- strict thread matches above, loose matches on Subject: below --
2024-02-06  6:11 Adam Liu
2024-02-07 21:05 ` Laszlo Ersek
2024-02-15  9:02   ` Adam Liu
2024-02-15  9:50     ` Laszlo Ersek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox