shithub: riscv

ref: 5c87dfb9d5db3b6c93c30910f72d00bb1e5e326e
dir: /sys/src/libc/68000/cycles.c/

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

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