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

.text

LEAF(__osGetWatchLo)
    MFC0(   v0, C0_WATCHLO)
    jr      ra
END(__osGetWatchLo)