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