shithub: riscv

ref: 579ce6fc009abbd96833cee0d1b4d31fe3296a1b
dir: /sys/src/ape/lib/ap/mips/cycles.c/

View raw version
#pragma profile off

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