mirror of
https://github.com/n64decomp/mk64
synced 2026-08-09 02:25:46 -04:00
Relocate rodata for some OS related function (#292)
Required moving a struct def to another file, and I renamed a struct to something nicer Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
This commit is contained in:
@@ -1,55 +0,0 @@
|
||||
.include "macros.inc"
|
||||
|
||||
.section .data
|
||||
|
||||
# osPiStartDma .data
|
||||
|
||||
#glabel __osPiDevMgr
|
||||
#.word 0x00000000
|
||||
|
||||
#.word 0x00000000
|
||||
|
||||
#.word 0x00000000
|
||||
|
||||
#.word 0x00000000
|
||||
|
||||
#.word 0x00000000
|
||||
|
||||
#.word 0x00000000
|
||||
|
||||
#.word 0x00000000
|
||||
|
||||
#glabel __osPiTable
|
||||
#.word 0x00000000
|
||||
|
||||
#glabel D_800EB360
|
||||
#.word 0x00000000, 0x00000000, 0x00000000, 0x00000000
|
||||
|
||||
glabel D_800EB370
|
||||
.word 0x00000000, 0x00000000, 0x00000000, 0x00000000
|
||||
|
||||
glabel __osHwIntTable
|
||||
.word 0x00000000, 0x00000000, 0x00000000, 0x00000000
|
||||
.word 0x00000000, 0x00000000, 0x00000000, 0x00000000
|
||||
|
||||
glabel D_800EB3A0
|
||||
.word 0x00000000, 0xffffffff
|
||||
|
||||
glabel __osRunQueue
|
||||
.word D_800EB3A0
|
||||
|
||||
glabel __osActiveQueue
|
||||
.word D_800EB3A0
|
||||
|
||||
glabel __osRunningThread
|
||||
.word 0x00000000
|
||||
|
||||
glabel D_800EB3B4
|
||||
.word 0x00000000
|
||||
|
||||
.balign 16
|
||||
|
||||
# glabel __osTimerList
|
||||
# .word __osBaseTimer
|
||||
|
||||
# .word 0x00000000, 0x00000000, 0x00000000
|
||||
Reference in New Issue
Block a user