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