freebsd-dev/usr.bin/gprof/i386.c

12 lines
190 B
C
Raw Normal View History

1994-05-27 12:33:43 +00:00
#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;
{
}