blob: df6e7e44a67ee0ac71a17e542b50247c03bdd8e2 (
plain)
1
2
3
4
5
6
7
8
|
/* $OpenBSD: powerpc.c,v 1.5 2015/01/20 04:41:01 krw Exp $ */
#include "gprof.h"
void
findcall(nltype *parentp, unsigned long p_lowpc, unsigned long p_highpc)
{
/* not supported. */
}
|