shithub: riscv

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