"git@developer.sourcefind.cn:OpenDAS/apex.git" did not exist on "eb0e59ebef8259e0fca13a6c2075f6a2d7f0205e"
Commit f10db2f1 authored by Hejing Li's avatar Hejing Li
Browse files

simulator.py: check point numbering from 1

parent a8fd899d
...@@ -204,7 +204,7 @@ class Gem5Host(HostSim): ...@@ -204,7 +204,7 @@ class Gem5Host(HostSim):
cmd += '--max-checkpoints=1 ' cmd += '--max-checkpoints=1 '
if env.restore_cp: if env.restore_cp:
cmd += '-r 0 ' cmd += '-r 1 '
if len(self.nics) > 0: if len(self.nics) > 0:
assert len(self.nics) == 1 assert len(self.nics) == 1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment