wutcrt: Fix call to __fini_wut instead of __init_wut for rpl on load entry.

This commit is contained in:
James Benton 2018-05-30 22:00:58 +01:00
parent 86ea2f1466
commit 699aa5ca99

View File

@ -13,7 +13,7 @@ _start:
load:
# Load
bl __fini_wut
bl __init_wut
bl __eabi
lwz 3, 0(1)
lwz 4, 4(1)