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