1995-04-19 11:15:50 +04:00
|
|
|
/* $NetBSD: i386.c,v 1.5 1995/04/19 07:16:04 cgd Exp $ */
|
|
|
|
|
1993-08-02 21:48:44 +04:00
|
|
|
#ifndef lint
|
1995-04-19 11:15:50 +04:00
|
|
|
static char rcsid[] = "$NetBSD: i386.c,v 1.5 1995/04/19 07:16:04 cgd Exp $";
|
1993-08-02 21:48:44 +04:00
|
|
|
#endif /* not lint */
|
|
|
|
|
1993-03-31 21:24:07 +04: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;
|
|
|
|
{
|
|
|
|
}
|