NetBSD/usr.bin/gprof/alpha.c

20 lines
389 B
C
Raw Normal View History

1998-02-22 15:55:44 +03:00
/* $NetBSD: alpha.c,v 1.2 1998/02/22 12:55:44 christos Exp $ */
1995-04-19 11:24:19 +04:00
1998-02-22 15:55:44 +03:00
#include <sys/cdefs.h>
1995-04-19 11:24:19 +04:00
#ifndef lint
1998-02-22 15:55:44 +03:00
__RCSID("$NetBSD: alpha.c,v 1.2 1998/02/22 12:55:44 christos Exp $");
1995-04-19 11:24:19 +04:00
#endif /* not lint */
#include "gprof.h"
/*
* gprof -c isn't currently supported...
*/
1998-02-22 15:55:44 +03:00
void
1995-04-19 11:24:19 +04:00
findcall( parentp , p_lowpc , p_highpc )
nltype *parentp;
unsigned long p_lowpc;
unsigned long p_highpc;
{
}