shithub: riscv

ref: 983bd80477a6ed52cdf7f15191ef70bb5a6ac24e
dir: /sys/src/libc/mips/cycles.c/

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

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