summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/hp300.c
blob: c35cd63a5f2ec9220863f17693375e64f5736305 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");

#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