Formatting
authorNathan Binkert <binkertn@umich.edu>
Sat, 30 Dec 2006 00:57:45 +0000 (16:57 -0800)
committerNathan Binkert <binkertn@umich.edu>
Sat, 30 Dec 2006 00:57:45 +0000 (16:57 -0800)
--HG--
extra : convert_revision : f5a940a8b9aaba0703781b398cf29be581907c21

src/python/m5/objects/BaseCPU.py

index 8037c90af865d9207a1762f3669f555e9c3d2285..67a28a61e111bf59a041b30ce661566e3c965155 100644 (file)
@@ -41,7 +41,8 @@ class BaseCPU(SimObject):
         "terminate when all threads have reached this load count")
     max_loads_any_thread = Param.Counter(0,
         "terminate when any thread reaches this load count")
-    progress_interval = Param.Tick(0, "interval to print out the progress message")
+    progress_interval = Param.Tick(0,
+        "interval to print out the progress message")
 
     defer_registration = Param.Bool(False,
         "defer registration with system (for sampling)")