Exosphere: Fix crt0 bug resulting in bad relocation calculations

This commit is contained in:
Michael Scire
2018-05-10 18:36:52 -06:00
parent f8cf7adad7
commit 02e01360fd
2 changed files with 5 additions and 3 deletions

View File

@@ -90,6 +90,7 @@ __start_cold:
mov x19, x0
adr x1, g_coldboot_crt0_main_func_list
ldr x2, =g_warmboot_crt0_main_func_list
adr x3, __start_cold
bl coldboot_init
ldr x16, =__jump_to_main_cold