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