1 #include <u.h> 2 #include <libc.h> 3 4 #pragma profile off 5 6 void cycles(uvlong * u)7 cycles(uvlong*u) 8 { 9 *u = 0LL; 10 } 11