NetBSD/usr.bin/gprof/m68k.c

20 lines
387 B
C
Raw Normal View History

1998-02-22 15:55:44 +03:00
/* $NetBSD: m68k.c,v 1.5 1998/02/22 12:55:45 christos Exp $ */
1995-04-19 11:15:50 +04:00
1998-02-22 15:55:44 +03:00
#include <sys/cdefs.h>
1993-12-06 08:28:34 +03:00
#ifndef lint
1998-02-22 15:55:44 +03:00
__RCSID("$NetBSD: m68k.c,v 1.5 1998/02/22 12:55:45 christos Exp $");
1993-12-06 08:28:34 +03:00
#endif /* not lint */
#include "gprof.h"
/*
* gprof -c isn't currently supported...
*/
1998-02-22 15:55:44 +03:00
void
1993-12-06 08:28:34 +03:00
findcall( parentp , p_lowpc , p_highpc )
nltype *parentp;
unsigned long p_lowpc;
unsigned long p_highpc;
{
}