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