git: 9front

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