summaryrefslogtreecommitdiff
path: root/usr.bin/gprof/hppa.c
blob: a3e135d2fb1d188bb5f31e6db67b309149f19df9 (plain)
1
2
3
4
5
6
7
8
/*	$OpenBSD: hppa.c,v 1.4 2015/01/20 04:41:01 krw Exp $	*/
#include        "gprof.h"

void
findcall(nltype *parentp, unsigned long p_lowpc, unsigned long p_highpc)
{
	/* not supported. */
}