freebsd-dev/usr.bin/gprof/ia64.c

13 lines
206 B
C

/* $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;
{
}