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