NetBSD/usr.bin/gprof/m68k.c

18 lines
362 B
C
Raw Normal View History

1995-04-19 11:15:50 +04:00
/* $NetBSD: m68k.c,v 1.4 1995/04/19 07:16:07 cgd Exp $ */
1993-12-06 08:28:34 +03:00
#ifndef lint
1995-04-19 11:15:50 +04:00
static char rcsid[] = "$NetBSD: m68k.c,v 1.4 1995/04/19 07:16:07 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;
{
}