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

.text
LEAF(osGetCount)
    MFC0(   v0, C0_COUNT)
    jr      ra
END(osGetCount)