fix the argument to m5.simulate() on a checkpoint.

src/sim/stat_control.cc:
    add curTick to reset stats printf.

--HG--
extra : convert_revision : da8cf5921e81b73f47d6831d539ca1fbdace3d1d
This commit is contained in:
Lisa Hsu
2006-10-05 13:18:32 -04:00
parent 4142f8f7c0
commit 868d112578
2 changed files with 5 additions and 2 deletions

View File

@@ -186,7 +186,7 @@ StatEvent::process()
DumpNow();
if (flags & Stats::Reset) {
cprintf("Resetting stats!\n");
cprintf("Resetting stats at cycle %d!\n", curTick);
reset();
}