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