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