* gencode.c (main, gendefines): New -d option prints table of defines.

* interp.c (trap): Add a load of system calls.
	(sim_memory_size): Now default to 8Mbyte.
        (PARANOID): Keep vector of registers with undefined contents.
This commit is contained in:
Steve Chamberlain 1994-02-12 06:02:09 +00:00
parent 3b5442f9c8
commit 8aff8146d2
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "bfd.h"
#include "sysdep.h"
extern printf();
int
main (ac, av)
int ac;