git: 9front

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