NetBSD/usr.bin/gprof/arm32.c

20 lines
389 B
C
Raw Normal View History

1998-02-22 15:55:44 +03:00
/* $NetBSD: arm32.c,v 1.2 1998/02/22 12:55:44 christos Exp $ */
1998-02-22 15:55:44 +03:00
#include <sys/cdefs.h>
#ifndef lint
1998-02-22 15:55:44 +03:00
__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...
*/
1998-02-22 15:55:44 +03:00
void
findcall( parentp , p_lowpc , p_highpc )
nltype *parentp;
unsigned long p_lowpc;
unsigned long p_highpc;
{
}