shithub: riscv

ref: 7bcdd1b5d896816f6d403f86cd315819d0d03d07
dir: /sys/src/libc/arm/cycles.c/

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

#pragma profile off

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