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