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