]> git.lizzy.rs Git - plan9front.git/blob - sys/src/libc/arm/cycles.c
prof: properly save and restore RARG for amd64
[plan9front.git] / sys / src / libc / arm / cycles.c
1 #include <u.h>
2 #include <libc.h>
3
4 #pragma profile off
5
6 void
7 cycles(uvlong*u)
8 {
9         *u = 0LL;
10 }