shithub: riscv

ref: 88722dac9df41f0b1f6288cbdb6e5eed9c3ab55c
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;
}