shithub: riscv

ref: 7aceac32e8fae763634f28cfccd9ce2356fccab5
dir: /sys/src/ape/lib/ap/mips/cycles.c/

View raw version
#pragma profile off

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