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