diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-03-22 05:18:32 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-03-22 05:18:32 +0000 |
commit | 7c67d3134ec53a23ac833b10e0de842f21764474 (patch) | |
tree | ec4a490e5d7334da26e387cd944fda31666ca810 /usr.bin/gprof/mips.c | |
parent | d93057278dedc689aefd0a88d48d49744ff95d9f (diff) |
_wall, err/warn; dummy hppa part, like others
Diffstat (limited to 'usr.bin/gprof/mips.c')
-rw-r--r-- | usr.bin/gprof/mips.c | 5 |
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; |