diff options
Diffstat (limited to 'src/python')
-rw-r--r-- | src/python/m5/simulate.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/m5/simulate.py b/src/python/m5/simulate.py index 092bd0339..291fdc7b7 100644 --- a/src/python/m5/simulate.py +++ b/src/python/m5/simulate.py @@ -148,6 +148,7 @@ def restoreCheckpoint(root, dir): print "Restoring from checkpoint" internal.core.unserializeAll(dir) need_resume.append(root) + stats.reset() def changeToAtomic(system): if not isinstance(system, (objects.Root, objects.System)): |