shithub: riscv

ref: 55bead256731bd282bff390b59e2fc954d9790a4
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;
}