Made sure the constructor for insts use ExtMachInst rather than MachInst, since other...
[gem5.git] / src / sim / stat_control.cc
index dfed2a0c8c7caa4bac4f4e65fe06d40b5358bc9c..3fad8beb511a7d3d8799f25f5c4e47ebe64367b5 100644 (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();
     }