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