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