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