diff options
| author | 2001-03-22 05:18:29 +0000 | |
|---|---|---|
| committer | 2001-03-22 05:18:29 +0000 | |
| commit | d2559c6542a7c5a8462fc1f924210e035e89d77e (patch) | |
| tree | d6a32b6312f90bdc6a24de6fc1ce007f97541bf2 /usr.bin/gprof/mips.c | |
| parent | Document. (diff) | |
| download | wireguard-openbsd-d2559c6542a7c5a8462fc1f924210e035e89d77e.tar.xz wireguard-openbsd-d2559c6542a7c5a8462fc1f924210e035e89d77e.zip | |
_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; |
