xref: /openbsd-src/usr.bin/gprof/powerpc64.c (revision c80f17de1083aa3c960ed97b5836066610f05eaf)
1 /*	$OpenBSD: powerpc64.c,v 1.1 2020/06/28 08:21:27 kettenis 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