diff options
author | Demki <mordbz@gmail.com> | 2020-04-21 18:11:57 +0300 |
---|---|---|
committer | Demki <mordbz@gmail.com> | 2020-04-21 18:11:57 +0300 |
commit | 4462b430834cb9fc64eb118e79766e2129be7d65 (patch) | |
tree | 3e8c2657d69262f7fadb63055d43071f91f3d907 /asm/entry.s | |
parent | aeb4e938f5f48c8484419f5333a5b0e6caee7a21 (diff) |
initial disassembly of rom2.s
Diffstat (limited to 'asm/entry.s')
-rw-r--r-- | asm/entry.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/entry.s b/asm/entry.s index b0f1c340..6d7e0c17 100644 --- a/asm/entry.s +++ b/asm/entry.s @@ -70,9 +70,9 @@ _020008C4: add r1, r1, #60 ldr r0, _02000930 ; =0x01FF8000 str r0, [r1] - bl FUN_020EC5CC + bl _fp_init bl FUN_02000B64_dummy - bl FUN_020EC694 + bl __call_static_initializers ldr r1, _02000934 ; =0x02000C55 ldr lr, _02000938 ; =0xFFFF0000 tst sp, #4 |