c: osScGetCmdQ

This commit is contained in:
Mittenz
2020-08-19 01:07:49 -05:00
parent 8e6351f852
commit fe6b942d61
3 changed files with 5 additions and 6 deletions
@@ -112,7 +112,7 @@ glabel func_80002C00
/* 0039B0 80002DB0 AE0C0074 */ sw $t4, 0x74($s0)
/* 0039B4 80002DB4 3C048011 */ lui $a0, %hi(D_80115F90) # $a0, 0x8011
/* 0039B8 80002DB8 8C845F90 */ lw $a0, %lo(D_80115F90)($a0)
/* 0039BC 80002DBC 0C01E55D */ jal func_80079574
/* 0039BC 80002DBC 0C01E55D */ jal osScGetCmdQ
/* 0039C0 80002DC0 00000000 */ nop
/* 0039C4 80002DC4 00402025 */ move $a0, $v0
/* 0039C8 80002DC8 26050008 */ addiu $a1, $s0, 8
@@ -1,4 +0,0 @@
glabel func_80079574
/* 07A174 80079574 03E00008 */ jr $ra
/* 07A178 80079578 24820078 */ addiu $v0, $a0, 0x78
+4 -1
View File
@@ -135,7 +135,10 @@ void osScRemoveClient(OSSched *sc, OSScClient *c)
osSetIntMask(mask);
}
GLOBAL_ASM("asm/non_matchings/unknown_079F50/func_80079574.s")
OSMesgQueue *osScGetCmdQ(OSSched *sc){
return &sc->cmdQ;
}
GLOBAL_ASM("asm/non_matchings/unknown_079F50/func_8007957C.s")
GLOBAL_ASM("asm/non_matchings/unknown_079F50/__scMain.s")
GLOBAL_ASM("asm/non_matchings/unknown_079F50/func_80079760.s")