summaryrefslogtreecommitdiff
path: root/src/libultra/os/setwatchlo.s
blob: 0923203d3c7fc92bf7c1532915c80836367b1454 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "PR/asm.h"
#include "PR/regdef.h"
#include "PR/R4300.h"

.text

LEAF(__osSetWatchLo)
    MTC0(   a0, C0_WATCHLO)
    NOP
    jr      ra
END(__osSetWatchLo)