summaryrefslogtreecommitdiff
path: root/usr.bin/gprof/m88k.c
blob: 7734a3f6f74dea51daf3e9725ac1f8af9d39f07c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*	$OpenBSD: m88k.c,v 1.4 2009/10/27 23:59:38 deraadt Exp $	*/
/*	$NetBSD: m88k.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)
{
}