xref: /openbsd-src/usr.bin/gprof/hppa.c (revision b2ea75c1b17e1a9a339660e7ed45cd24946b230e)
1 /*	$OpenBSD: hppa.c,v 1.1 2001/03/22 05:18:30 mickey Exp $	*/
2 
3 #ifndef lint
4 static char rcsid[] = "$OpenBSD: hppa.c,v 1.1 2001/03/22 05:18:30 mickey Exp $";
5 #endif /* not lint */
6 
7 #include "gprof.h"
8 
9 /*
10  * gprof -c isn't currently supported...
11  */
12 void
13 findcall( parentp , p_lowpc , p_highpc )
14     nltype		*parentp;
15     unsigned long	p_lowpc;
16     unsigned long	p_highpc;
17 {
18 }
19