root/usr.bin/gprof/riscv64.c
/*      $OpenBSD: riscv64.c,v 1.1 2021/04/29 18:48:30 drahn Exp $       */
#include        "gprof.h"

void
findcall(nltype *parentp, unsigned long p_lowpc, unsigned long p_highpc)
{
        /* not supported. */
}