blob: 6241835e2e51325e33c89e08e2990af049300dd7 (
plain)
1
2
3
4
5
6
7
8
|
/* $OpenBSD: powerpc64.c,v 1.1 2020/06/28 08:21:27 kettenis Exp $ */
#include "gprof.h"
void
findcall(nltype *parentp, unsigned long p_lowpc, unsigned long p_highpc)
{
/* not supported. */
}
|