]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/gprof/hp300.c
This commit was generated by cvs2svn to compensate for changes in r115379,
[FreeBSD/FreeBSD.git] / usr.bin / gprof / hp300.c
1 #include <sys/cdefs.h>
2 __FBSDID("$FreeBSD$");
3
4 #include "gprof.h"
5
6 /*
7  * gprof -c isn't currently supported...
8  */
9 findcall( parentp , p_lowpc , p_highpc )
10     nltype              *parentp;
11     unsigned long       p_lowpc;
12     unsigned long       p_highpc;
13 {
14 }