xref: /openbsd-src/usr.bin/gprof/powerpc.c (revision a28daedfc357b214be5c701aa8ba8adb29a7f1c2)
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