MdePkg/BaseLib: fix typo in Arm SetJump

RO -> R0

Signed-off-by: Leif Lindholm <quic_llindhol@quicinc.com>
Reported-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Sami Mujawar <sami.mujawar@arm.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
This commit is contained in:
Leif Lindholm 2023-10-03 11:25:30 +01:00 committed by mergify[bot]
parent 1a66bd51ca
commit 1497c4b074
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
SetJump
MOV R3, R13
STM R0, {R3-R12,R14}
MOV RO, #0
MOV R0, #0
BX LR
;/**