1 /* $OpenBSD: m88k.c,v 1.3 2006/03/25 19:06:36 espie Exp $ */ 2 /* $NetBSD: m88k.c,v 1.4 1995/04/19 07:16:07 cgd Exp $ */ 3 4 #ifndef lint 5 static char rcsid[] = "$OpenBSD: m88k.c,v 1.3 2006/03/25 19:06:36 espie Exp $"; 6 #endif /* not lint */ 7 8 #include "gprof.h" 9 10 /* 11 * gprof -c isn't currently supported... 12 */ 13 void 14 findcall(nltype *parentp, unsigned long p_lowpc, unsigned long p_highpc) 15 { 16 } 17