changeset 3f37cc5d25bc in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=3f37cc5d25bc
description:
        configs: missed spot progress-interval change

diffstat:

 configs/common/Simulation.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 7f106d0bd638 -r 3f37cc5d25bc configs/common/Simulation.py
--- a/configs/common/Simulation.py      Mon May 23 10:59:13 2011 -0500
+++ b/configs/common/Simulation.py      Mon May 23 14:36:22 2011 -0400
@@ -96,7 +96,7 @@
     max_checkpoints = options.max_checkpoints
     switch_cpus = None
 
-    if options.prog_intvl:
+    if options.prog_interval:
         for i in xrange(np):
             testsys.cpu[i].progress_interval = options.prog_interval
 
_______________________________________________
gem5-dev mailing list
gem5-dev@m5sim.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to