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