mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-28 13:55:04 -05:00
wutcrt: Fix call to __fini_wut instead of __init_wut for rpl on load entry.
This commit is contained in:
@@ -13,7 +13,7 @@ _start:
|
||||
|
||||
load:
|
||||
# Load
|
||||
bl __fini_wut
|
||||
bl __init_wut
|
||||
bl __eabi
|
||||
lwz 3, 0(1)
|
||||
lwz 4, 4(1)
|
||||
|
||||
Reference in New Issue
Block a user