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