/* $NetBSD: alpha.c,v 1.2 1998/02/22 12:55:44 christos Exp $ */ #include #ifndef lint __RCSID("$NetBSD: alpha.c,v 1.2 1998/02/22 12:55:44 christos Exp $"); #endif /* not lint */ #include "gprof.h" /* * gprof -c isn't currently supported... */ void findcall( parentp , p_lowpc , p_highpc ) nltype *parentp; unsigned long p_lowpc; unsigned long p_highpc; { }