xref: /openbsd-src/usr.bin/gprof/m88k.c (revision 043fbe51c197dbbcd422e917b65f765d8b5f8874)
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
findcall(nltype * parentp,unsigned long p_lowpc,unsigned long p_highpc)10 findcall(nltype *parentp, unsigned long p_lowpc, unsigned long p_highpc)
11 {
12 }
13