Moved .rodata in unknown_0CA730 from asm to C.

This commit is contained in:
David Benepe
2021-05-30 17:52:50 -05:00
parent b99479f17f
commit 6ed98a11a5
2 changed files with 8 additions and 16 deletions
-16
View File
@@ -1,16 +0,0 @@
.include "macros.inc"
.macro .aligned_text ascii
.asciz "\ascii"
.balign 4
.endm
.section .rodata
glabel D_800E9550
.word 0x80000000
.word 0x00000000
glabel D_800E9558
.word 0x80000000
.word 0x00000000
+8
View File
@@ -4,6 +4,14 @@
#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")