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