Moved rodata from C to GLOBAL_ASM in lib/unknown_0CA730

This commit is contained in:
David Benepe
2021-06-05 16:44:35 -05:00
parent f594ae8beb
commit e14b59689f
2 changed files with 7 additions and 8 deletions
@@ -1,3 +1,10 @@
.late_rodata
glabel D_800E9550
.double -0.0
glabel D_800E9558
.double -0.0
.text
glabel __f_to_ll
/* 0CA74C 800C9B4C 46006109 */ trunc.l.s $f4, $f12
/* 0CA750 800C9B50 44222000 */ dmfc1 $v0, $f4
-8
View File
@@ -4,14 +4,6 @@
#include "types.h"
#include "macros.h"
/************ .rodata ************/
// In __f_to_ll
const DoubleLiteral D_800E9550 = { -0.0 };
const DoubleLiteral D_800E9558 = { -0.0 };
/*********************************/
GLOBAL_ASM("lib/asm/non_matchings/unknown_0CA730/__d_to_ll.s")
GLOBAL_ASM("lib/asm/non_matchings/unknown_0CA730/__f_to_ll.s")
GLOBAL_ASM("lib/asm/non_matchings/unknown_0CA730/__ll_to_f.s")