summaryrefslogtreecommitdiff
path: root/lib/ultralib/src/os/getwatchlo.s
blob: 4eee9ee042cf74d207277eec582bbf742cd869fd (plain)
1
2
3
4
5
6
7
8
9
#include "PR/R4300.h"
#include "sys/asm.h"
#include "sys/regdef.h"

.text
LEAF(__osGetWatchLo)
    STAY2(mfc0 v0, C0_WATCHLO)
    jr ra
END(__osGetWatchLo)