xref: /openbsd-src/usr.bin/gprof/hppa.c (revision db3296cf5c1dd9058ceecc3a29fe4aaa0bd26000)
1 #include        "gprof.h"
2 
3 void
4 findcall(nltype *parentp, unsigned long p_lowpc, unsigned long p_highpc)
5 {
6 	/* not supported. */
7 }
8