Initial import from FreeBSD RELENG_4:
[dragonfly.git] / usr.bin / gprof / alpha.c
1 #include "gprof.h"
2
3 /*
4  * gprof -c isn't currently supported...
5  */
6 findcall( parentp , p_lowpc , p_highpc )
7     nltype              *parentp;
8     unsigned long       p_lowpc;
9     unsigned long       p_highpc;
10 {
11 }