summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/hp300.c
blob: 6a474086a312e131dc380d3def99a12153c5fe4a (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "gprof.h"

/*
 * gprof -c isn't currently supported...
 */
findcall( parentp , p_lowpc , p_highpc )
    nltype		*parentp;
    unsigned long	p_lowpc;
    unsigned long	p_highpc;
{
}
OpenPOWER on IntegriCloud