diff options
Diffstat (limited to 'sim/common/nrun.c')
-rw-r--r-- | sim/common/nrun.c | 3 |
1 files changed, 2 insertions, 1 deletions
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); |