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