[edk2-devel] [PATCH 1/1] MdePkg/BaseLib: fix typo in Arm SetJump

Sami Mujawar sami.mujawar at arm.com
Tue Oct 3 11:22:26 UTC 2023


Hi Leif,

Thank you for this fix.
Reviewed-by: Sami Mujawar <sami.mujawar at arm.com>

Regards,

Sami Mujawar

On 03/10/2023, 11:39, "Leif Lindholm" <quic_llindhol at quicinc.com <mailto:quic_llindhol at quicinc.com>> wrote:


RO -> R0


Signed-off-by: Leif Lindholm <quic_llindhol at quicinc.com <mailto:quic_llindhol at quicinc.com>>
Reported-by: Philippe Mathieu-Daudé <philmd at linaro.org <mailto:philmd at linaro.org>>
Cc: Ard Biesheuvel <ardb+tianocore at kernel.org <mailto:ardb+tianocore at kernel.org>>
Cc: Sami Mujawar <sami.mujawar at arm.com <mailto:sami.mujawar at arm.com>>
---
MdePkg/Library/BaseLib/Arm/SetJumpLongJump.asm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/MdePkg/Library/BaseLib/Arm/SetJumpLongJump.asm b/MdePkg/Library/BaseLib/Arm/SetJumpLongJump.asm
index 15eb3dc28fb7..f89cfa231bbc 100644
--- a/MdePkg/Library/BaseLib/Arm/SetJumpLongJump.asm
+++ b/MdePkg/Library/BaseLib/Arm/SetJumpLongJump.asm
@@ -33,7 +33,7 @@
SetJump
MOV R3, R13
STM R0, {R3-R12,R14}
- MOV RO, #0
+ MOV R0, #0
BX LR


;/**
-- 
2.30.2







-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#109278): https://edk2.groups.io/g/devel/message/109278
Mute This Topic: https://groups.io/mt/101731199/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list