Skip to content

Commit

Permalink
crt0: Restore LR in __rpl_start
Browse files Browse the repository at this point in the history
  • Loading branch information
Crementif committed Jul 5, 2024
1 parent 4933211 commit 35bcf9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/wutcrt/crt0_rpl.s
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ load:
lwz 3, 0x8(1)
lwz 4, 0xC(1)
bl rpl_entry
lwz 0, 0x14(1)
mtlr 0
addi 1, 1, 0x10
blr

Expand Down

0 comments on commit 35bcf9d

Please sign in to comment.