1994-07-13 23:21:45 +00:00
|
|
|
#include "gprof.h"
|
|
|
|
|
|
|
|
/*
|
|
|
|
* dummy.c -- This file should be used for an unsupported processor type.
|
|
|
|
* It does nothing, but prevents findcall() from being unresolved.
|
|
|
|
*/
|
|
|
|
|
1995-02-08 02:35:44 +00:00
|
|
|
findcall (parentp, p_lowpc, p_highpc)
|
|
|
|
nltype *parentp;
|
|
|
|
unsigned long p_lowpc;
|
|
|
|
unsigned long p_highpc;
|
1994-07-13 23:21:45 +00:00
|
|
|
{
|
|
|
|
}
|