1993-12-06 08:28:34 +03:00
|
|
|
#ifndef lint
|
1994-05-17 07:35:48 +04:00
|
|
|
static char rcsid[] = "$Id: m68k.c,v 1.2 1994/05/17 03:36:10 cgd Exp $";
|
1993-12-06 08:28:34 +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;
|
|
|
|
{
|
|
|
|
}
|