shithub: riscv

ref: e2828a5f2707a3bb4939af5e4e462e5b78a2ce6c
dir: /sys/src/libc/port/cycles.c/

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

#pragma profile off

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