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