summaryrefslogtreecommitdiff
path: root/lib/ultralib/src/os/getwatchlo.s
blob: e1460d2c5b8ff50ddda8d7be68fbd049a052acad (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)
    MFC0(   v0, C0_WATCHLO)
    jr      ra
END(__osGetWatchLo)