From f9cbceb6b756ca1dea8faddefe87b2718086018c Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Thu, 27 Jul 2000 11:49:07 +0000 Subject: 2000-06-25 Stephane Carrez * nrun.c (main): Print the simulator statistics only in verbose mode. * hw-properties.h (hw_find_integer_array_property): Fix prototype (use signed_cell). --- sim/common/nrun.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sim/common/nrun.c') diff --git a/sim/common/nrun.c b/sim/common/nrun.c index c5b43a2..ef25d68 100644 --- a/sim/common/nrun.c +++ b/sim/common/nrun.c @@ -165,7 +165,8 @@ main (int argc, char **argv) } /* Print any stats the simulator collected. */ - sim_info (sd, 0); + if (STATE_VERBOSE_P (sd)) + sim_info (sd, 0); /* Shutdown the simulator. */ sim_close (sd, 0); -- cgit v1.1