ns532 support from Ian Dall

This commit is contained in:
Ken Raeburn
1994-07-13 23:21:45 +00:00
parent 60a70a7b0e
commit fbcbb8c4d4
6 changed files with 79 additions and 1 deletions

13
gprof/ns532.c Normal file
View File

@@ -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;
{
}