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