xref: /openbsd-src/usr.bin/gprof/hppa.c (revision 43003dfe3ad45d1698bed8a37f2b0f5b14f20d4f)
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