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