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

Annotation of src/usr.bin/gprof/m88k.c, Revision 1.4

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