freebsd-dev/usr.bin/gprof/arm.c
2004-05-14 13:44:04 +00:00

16 lines
242 B
C

#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "gprof.h"
/*
* gprof -c isn't currently supported...
*/
void
findcall( parentp , p_lowpc , p_highpc )
nltype *parentp;
unsigned long p_lowpc;
unsigned long p_highpc;
{
}