This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / usr.bin / gprof / i386.c
CommitLineData
15637ed4
RG
1#include "gprof.h"
2
3/*
4 * gprof -c isn't currently supported...
5 */
6findcall( parentp , p_lowpc , p_highpc )
7 nltype *parentp;
8 unsigned long p_lowpc;
9 unsigned long p_highpc;
10{
11}