Mon Oct 4 11:02:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
[deliverable/binutils-gdb.git] / gprof / dummy.c
CommitLineData
921bc435
SEF
1#include "gprof.h"
2
3/*
4 * dummy.c -- This file should be used for an unsupported processor type.
5 * It does nothing, but prevents findcall() from being unresolved.
6 */
7
8findcall( parentp , p_lowpc , p_highpc )
9 nltype *parentp;
10 unsigned long p_lowpc;
11 unsigned long p_highpc;
12{
13}
This page took 0.063777 seconds and 4 git commands to generate.