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