diff options
Diffstat (limited to 'usr.bin/gprof/sparc.c')
| -rw-r--r-- | usr.bin/gprof/sparc.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/gprof/sparc.c b/usr.bin/gprof/sparc.c index 4959f3180e2..59087bfc3c7 100644 --- a/usr.bin/gprof/sparc.c +++ b/usr.bin/gprof/sparc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sparc.c,v 1.2 1996/06/26 05:34:00 deraadt Exp $ */ +/* $OpenBSD: sparc.c,v 1.3 2001/03/22 05:18:30 mickey Exp $ */ /* $NetBSD: sparc.c,v 1.4 1995/04/19 07:16:24 cgd Exp $ */ /* @@ -42,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)sparc.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$OpenBSD: sparc.c,v 1.2 1996/06/26 05:34:00 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: sparc.c,v 1.3 2001/03/22 05:18:30 mickey Exp $"; #endif #endif /* not lint */ @@ -75,6 +75,7 @@ nltype indirectchild = { (arctype *) 0 /* list of callee arcs */ }; +void findcall(parentp, p_lowpc, p_highpc) nltype *parentp; unsigned long p_lowpc; |
