[BACK]Return to ns32k.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / gprof

Annotation of src/usr.bin/gprof/ns32k.c, Revision 1.5

1.5     ! deraadt     1: /*     $OpenBSD: ns32k.c,v 1.4 2006/03/25 19:06:36 espie Exp $ */
1.1       deraadt     2: /*     $NetBSD: ns32k.c,v 1.3 1995/04/19 07:16:13 cgd Exp $    */
                      3:
                      4: #include "gprof.h"
                      5:
                      6: /*
                      7:  * gprof -c isn't currently supported...
                      8:  */
1.3       mickey      9: void
1.4       espie      10: findcall(nltype *parentp, unsigned long p_lowpc, unsigned long p_highpc)
1.1       deraadt    11: {
                     12: }