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

#include "gprof.h"

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