diff --git a/crt/crt0.S b/crt/crt0.S index bbc4a23..92e64fb 100644 --- a/crt/crt0.S +++ b/crt/crt0.S @@ -5,9 +5,9 @@ .global _start _start: stwu 1, -0x8(1) - bl __init_wut_newlibc stw 3, 0(1) stw 4, 4(1) + bl __init_wut_newlibc bl fsDevInit lwz 3, 0(1) lwz 4, 4(1)