xref: /openbsd-src/usr.bin/gprof/hppa.c (revision 1ad61ae0a79a724d2d3ec69e69c8e1d1ff6b53a0)
1 /*	$OpenBSD: hppa.c,v 1.4 2015/01/20 04:41:01 krw Exp $	*/
2 #include        "gprof.h"
3 
4 void
5 findcall(nltype *parentp, unsigned long p_lowpc, unsigned long p_highpc)
6 {
7 	/* not supported. */
8 }
9