]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/gprof/i386.c
This commit was generated by cvs2svn to compensate for changes in r56746,
[FreeBSD/FreeBSD.git] / usr.bin / gprof / i386.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 }