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

Annotation of src/usr.bin/gprof/i386.c, Revision 1.2

1.2     ! deraadt     1: /*     $OpenBSD: i386.c,v 1.5 1995/04/19 07:16:04 cgd Exp $    */
1.1       deraadt     2: /*     $NetBSD: i386.c,v 1.5 1995/04/19 07:16:04 cgd Exp $     */
                      3:
                      4: #ifndef lint
1.2     ! deraadt     5: static char rcsid[] = "$OpenBSD: i386.c,v 1.5 1995/04/19 07:16:04 cgd Exp $";
1.1       deraadt     6: #endif /* not lint */
                      7:
                      8: #include "gprof.h"
                      9:
                     10: /*
                     11:  * gprof -c isn't currently supported...
                     12:  */
                     13: findcall( parentp , p_lowpc , p_highpc )
                     14:     nltype             *parentp;
                     15:     unsigned long      p_lowpc;
                     16:     unsigned long      p_highpc;
                     17: {
                     18: }