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