summaryrefslogtreecommitdiff
path: root/usr.bin/gprof/hppa64.c
blob: 1d62d216aa31c6f397154e25786484536bb08bea (plain)
1
2
3
4
5
6
7
8
/*	$OpenBSD: hppa64.c,v 1.2 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. */
}