blob: 8da3dddaf4b48913ffce2bebb33f5162ab0d9fcc (
plain)
1
2
3
4
5
6
7
8
|
/* $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. */
}
|