2022-10-16 16:05:58 +00:00
|
|
|
.include "macros.inc"
|
|
|
|
|
|
|
|
.section .bss, "", @nobits # 0x80496700 - 0x80556420 ; 0x000BFD20
|
2022-10-16 16:31:36 +00:00
|
|
|
.global DefaultThread
|
|
|
|
DefaultThread:
|
2022-10-16 16:05:58 +00:00
|
|
|
.skip 0x318
|
|
|
|
|
2022-10-16 16:31:36 +00:00
|
|
|
.global RunQueue
|
|
|
|
RunQueue:
|
2022-10-16 16:05:58 +00:00
|
|
|
.skip 0x100
|
|
|
|
|
2022-10-16 16:31:36 +00:00
|
|
|
.global IdleContext
|
|
|
|
IdleContext:
|
2022-10-16 16:05:58 +00:00
|
|
|
.skip 0x5F0
|