summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/a29k/timer/gettime.S
blob: cd429a7725f533a4b0c8de6d7da82a802faf5f1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* @(#)gettime.S       03/26/96     1.1 */

#include "iregdef.h"
#include "idtcpu.h"
#include "idtmon.h"

FRAME(mips_read_timer,sp,0,ra)
	.set noreorder
        mfc0 v0,C0_COUNT
        nop
        j ra
	.set reorder
ENDFRAME(mips_read_timer)