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