mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-06 01:28:15 +01:00
wutcrt: Fix call to __fini_wut instead of __init_wut for rpl on load entry.
This commit is contained in:
parent
86ea2f1466
commit
699aa5ca99
@ -13,7 +13,7 @@ _start:
|
||||
|
||||
load:
|
||||
# Load
|
||||
bl __fini_wut
|
||||
bl __init_wut
|
||||
bl __eabi
|
||||
lwz 3, 0(1)
|
||||
lwz 4, 4(1)
|
||||
|
Loading…
Reference in New Issue
Block a user