shithub: riscv

ref: 2f0751d128b6cfc21e6c4fc83687a7b8ebb7118d
dir: /sys/src/ape/lib/ap/mips/cycles.c/

View raw version
#pragma profile off

void
_cycles(unsigned long long *u)
{
	*u = 0;
}