From fbcbb8c4d40eca2914165498f7645a2aa077afca Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 13 Jul 1994 23:21:45 +0000 Subject: ns532 support from Ian Dall --- gprof/ns532.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 gprof/ns532.c (limited to 'gprof/ns532.c') diff --git a/gprof/ns532.c b/gprof/ns532.c new file mode 100644 index 0000000..21a6db3 --- /dev/null +++ b/gprof/ns532.c @@ -0,0 +1,13 @@ +#include "gprof.h" + +/* + * dummy.c -- This file should be used for an unsupported processor type. + * It does nothing, but prevents findcall() from being unresolved. + */ + +findcall( parentp , p_lowpc , p_highpc ) + nltype *parentp; + unsigned long p_lowpc; + unsigned long p_highpc; +{ +} -- cgit v1.1