projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fff7531
)
Be sure to call resume after restoring from a checkpoint.
author
Kevin Lim
<ktlim@umich.edu>
Fri, 7 Jul 2006 03:16:22 +0000
(23:16 -0400)
committer
Kevin Lim
<ktlim@umich.edu>
Fri, 7 Jul 2006 03:16:22 +0000
(23:16 -0400)
--HG--
extra : convert_revision :
4d672917038779a23f4ce7eb5d4e3039c1f5d726
src/python/m5/__init__.py
patch
|
blob
|
history
diff --git
a/src/python/m5/__init__.py
b/src/python/m5/__init__.py
index 7d35ee8b8a8a07e8d0d112da5b3237d52e361bfc..dc3af7000389800418cca828c4c669e8aa860674 100644
(file)
--- a/
src/python/m5/__init__.py
+++ b/
src/python/m5/__init__.py
@@
-250,6
+250,7
@@
def checkpoint(root):
def restoreCheckpoint(root):
print "Restoring from checkpoint"
cc_main.unserializeAll()
+ resume(root)
def changeToAtomic(system):
if not isinstance(system, objects.Root) and not isinstance(system, System):