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