----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1664/ -----------------------------------------------------------
Review request for Default. Description ------- Changeset 9480:c1585edc3d31 --------------------------- checkpoint: move curTick from globals to eventq curTick is no longer a global variable. In future, we would likely move towards parallel simulation with multiple event queues. Hence, the curTick should be moved to the section on the event queue. Diffs ----- src/sim/eventq.cc f9e76b1eb79a src/sim/serialize.cc f9e76b1eb79a Diff: http://reviews.gem5.org/r/1664/diff/ Testing ------- Thanks, Nilay Vaish _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
