xref: /openbsd-src/usr.bin/gprof/powerpc.c (revision 898184e3e61f9129feb5978fad5a8c6865f00b92)
1 #include        "gprof.h"
2 
3 void
4 findcall(nltype *parentp, unsigned long p_lowpc, unsigned long p_highpc)
5 {
6 	/* not supported. */
7 }
8