From 8aff8146d2fdfd62e068756c37d0e54bd8edf6b2 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Sat, 12 Feb 1994 06:02:09 +0000 Subject: [PATCH] * 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. --- sim/sh/run.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sim/sh/run.c b/sim/sh/run.c index b8ac1c23ac..e409fb66c0 100644 --- a/sim/sh/run.c +++ b/sim/sh/run.c @@ -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;