mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-07 15:28:14 +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:
|
||||||
# Load
|
# Load
|
||||||
bl __fini_wut
|
bl __init_wut
|
||||||
bl __eabi
|
bl __eabi
|
||||||
lwz 3, 0(1)
|
lwz 3, 0(1)
|
||||||
lwz 4, 4(1)
|
lwz 4, 4(1)
|
||||||
|
Loading…
Reference in New Issue
Block a user