xref: /openbsd-src/usr.bin/gprof/riscv64.c (revision 7c92cdcd390f7f7d4f28f76f17706c36cec07d8e)
1 /*	$OpenBSD: riscv64.c,v 1.1 2021/04/29 18:48:30 drahn 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