diff options
Diffstat (limited to 'sim/sh/run.c')
-rw-r--r-- | sim/sh/run.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/sh/run.c b/sim/sh/run.c index 00b5309..b8ac1c2 100644 --- a/sim/sh/run.c +++ b/sim/sh/run.c @@ -21,6 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Steve Chamberlain sac@cygnus.com */ +#include <stdio.h> #include "bfd.h" #include "sysdep.h" @@ -104,7 +105,7 @@ main (ac, av) sim_resume (0, 0); } if (verbose) - sim_info (); + sim_info (printf, 0); /* Find out what was in r0 and return that */ { |