From 699aa5ca99dc8b46db7bb498123074b97c25ad8c Mon Sep 17 00:00:00 2001 From: James Benton Date: Wed, 30 May 2018 22:00:58 +0100 Subject: [PATCH] wutcrt: Fix call to __fini_wut instead of __init_wut for rpl on load entry. --- libraries/wutcrt/crt0_rpl.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/wutcrt/crt0_rpl.s b/libraries/wutcrt/crt0_rpl.s index 28e4b45..3bfcf61 100644 --- a/libraries/wutcrt/crt0_rpl.s +++ b/libraries/wutcrt/crt0_rpl.s @@ -13,7 +13,7 @@ _start: load: # Load - bl __fini_wut + bl __init_wut bl __eabi lwz 3, 0(1) lwz 4, 4(1)