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