20 lines
389 B
C
20 lines
389 B
C
/* $NetBSD: arm32.c,v 1.2 1998/02/22 12:55:44 christos Exp $ */
|
|
|
|
#include <sys/cdefs.h>
|
|
#ifndef lint
|
|
__RCSID("$NetBSD: arm32.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;
|
|
{
|
|
}
|