summaryrefslogtreecommitdiff
path: root/src/libultra/os/getcount.s
blob: fb061f2773636c74e0d36bc41024a16b4b8e04aa (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(osGetCount)
    MFC0(   v0, C0_COUNT)
    jr      ra
END(osGetCount)