shithub: riscv

ref: a00957efee9643c3b025b9d20d6ab4fc6536eb89
dir: /sys/src/libc/mips/cycles.c/

View raw version
#include <u.h>
#include <libc.h>

void	cycles(uvlong*u)
{
	*u = 0LL;
}