mirror of https://github.com/acidanthera/audk.git
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:
parent
1a66bd51ca
commit
1497c4b074
|
@ -33,7 +33,7 @@
|
|||
SetJump
|
||||
MOV R3, R13
|
||||
STM R0, {R3-R12,R14}
|
||||
MOV RO, #0
|
||||
MOV R0, #0
|
||||
BX LR
|
||||
|
||||
;/**
|
||||
|
|
Loading…
Reference in New Issue