Skip to content

Commit

Permalink
MdePkg/BaseLib: fix typo in Arm SetJump
Browse files Browse the repository at this point in the history
RO -> R0

Signed-off-by: Leif Lindholm <[email protected]>
Reported-by: Philippe Mathieu-Daudé <[email protected]>
Cc: Ard Biesheuvel <[email protected]>
Cc: Sami Mujawar <[email protected]>
Reviewed-by: Sami Mujawar <[email protected]>
  • Loading branch information
leiflindholm authored and mergify[bot] committed Oct 3, 2023
1 parent 1a66bd5 commit 1497c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MdePkg/Library/BaseLib/Arm/SetJumpLongJump.asm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
SetJump
MOV R3, R13
STM R0, {R3-R12,R14}
MOV RO, #0
MOV R0, #0
BX LR

;/**
Expand Down

0 comments on commit 1497c4b

Please sign in to comment.