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