blob: a69a5aa8cca63f9183f123c63fba81747e395aa7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* $OpenBSD: m68k.c,v 1.5 2009/10/27 23:59:38 deraadt Exp $ */
/* $NetBSD: m68k.c,v 1.4 1995/04/19 07:16:07 cgd Exp $ */
#include "gprof.h"
/*
* gprof -c isn't currently supported...
*/
void
findcall(nltype *parentp, unsigned long p_lowpc, unsigned long p_highpc)
{
}
|