ref: dffca6aecae11acffcd33a8cf5687fa9e9a7c1db dir: /sys/src/libc/arm/cycles.c/
#include <u.h> #include <libc.h> void cycles(uvlong*u) { *u = 0LL; }