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

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

1.5     ! deraadt     1: /*     $OpenBSD: m68k.c,v 1.4 2006/03/25 19:06:36 espie Exp $  */
1.1       deraadt     2: /*     $NetBSD: m68k.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.3       mickey      9: void
1.4       espie      10: findcall(nltype *parentp, unsigned long p_lowpc, unsigned long p_highpc)
1.1       deraadt    11: {
                     12: }