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