Fix trampling of r3,r4 in crt0.S

This commit is contained in:
James Benton 2017-04-13 00:44:05 +01:00
parent e04b987390
commit b1c5c4a4e5

View File

@ -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)