1995-04-19 11:15:50 +04:00
|
|
|
/* $NetBSD: ns32k.c,v 1.3 1995/04/19 07:16:13 cgd Exp $ */
|
|
|
|
|
1994-03-09 03:25:14 +03:00
|
|
|
#ifndef lint
|
1995-04-19 11:15:50 +04:00
|
|
|
static char rcsid[] = "$NetBSD: ns32k.c,v 1.3 1995/04/19 07:16:13 cgd Exp $";
|
1994-03-09 03:25:14 +03:00
|
|
|
#endif /* not lint */
|
|
|
|
|
|
|
|
#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;
|
|
|
|
{
|
|
|
|
}
|