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):
cmd += '--max-checkpoints=1 '
if env.restore_cp:
cmd += '-r 0 '
cmd += '-r 1 '
if len(self.nics) > 0:
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