freebsd_amp_hwpstate/usr.bin/gprof/sparc64.c

14 lines
207 B
C
Raw Normal View History

2002-03-10 01:25:47 +00:00
/* $FreeBSD$ */
#include "gprof.h"
/*
* gprof -c isn't currently supported...
*/
findcall( parentp , p_lowpc , p_highpc )
nltype *parentp;
unsigned long p_lowpc;
unsigned long p_highpc;
{
}