mirror of
https://github.com/n64decomp/sm64.git
synced 2025-01-13 06:38:12 -05:00
14 lines
171 B
ArmAsm
14 lines
171 B
ArmAsm
.set noreorder // don't insert nops after branches
|
|
|
|
#include "macros.inc"
|
|
|
|
|
|
.section .text, "ax"
|
|
|
|
glabel __osSetWatchLo
|
|
mtc0 $a0, $18
|
|
nop
|
|
jr $ra
|
|
nop
|
|
|