mirror of
https://github.com/pmret/papermario.git
synced 2024-11-19 01:12:28 +01:00
9 lines
315 B
ArmAsm
9 lines
315 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel osCleanupThread
|
|
/* 46750 8006B350 00002021 */ addu $a0, $zero, $zero
|
|
/* 46754 8006B354 0C01B254 */ jal osDestroyThread
|
|
/* 46758 8006B358 00000000 */ nop
|
|
/* 4675C 8006B35C 00000000 */ nop
|