summaryrefslogtreecommitdiff
path: root/usr.bin/gprof/mips.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/gprof/mips.c')
-rw-r--r--usr.bin/gprof/mips.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/gprof/mips.c b/usr.bin/gprof/mips.c
index e53f19363e7..ec3caf60000 100644
--- a/usr.bin/gprof/mips.c
+++ b/usr.bin/gprof/mips.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mips.c,v 1.2 1996/06/26 05:33:55 deraadt Exp $ */
+/* $OpenBSD: mips.c,v 1.3 2001/03/22 05:18:30 mickey Exp $ */
/* $NetBSD: mips.c,v 1.4 1995/04/19 07:16:11 cgd Exp $ */
/*
@@ -44,7 +44,7 @@
#if 0
static char sccsid[] = "@(#)mips.c 8.1 (Berkeley) 6/6/93";
#else
-static char rcsid[] = "$OpenBSD: mips.c,v 1.2 1996/06/26 05:33:55 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: mips.c,v 1.3 2001/03/22 05:18:30 mickey Exp $";
#endif
#endif /* not lint */
@@ -77,6 +77,7 @@ nltype indirectchild = {
(arctype *) 0 /* list of callee arcs */
};
+void
findcall(parentp, p_lowpc, p_highpc)
nltype *parentp;
unsigned long p_lowpc;