xref: /openbsd-src/usr.bin/gprof/amd64.c (revision 83087275e8888ed7109e36d91357557af9d26270)
1 /*	$OpenBSD: amd64.c,v 1.2 2015/01/20 04:41:01 krw Exp $	*/
2 #include        "gprof.h"
3 
4 void
findcall(nltype * parentp,unsigned long p_lowpc,unsigned long p_highpc)5 findcall(nltype *parentp, unsigned long p_lowpc, unsigned long p_highpc)
6 {
7 	/* not supported. */
8 }
9