----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1893/ -----------------------------------------------------------
Review request for Default. Description ------- Changeset 9740:fbd9d790de59 --------------------------- sim: Revert [34e3295b0e39] (sim: Fix early termination in multi-...) HG changset 34e3295b0e39 introduced a check in the main simulation loop that discards exit events that happen at the same tick as another exit event. This was supposed to fix a problem where a simulation script got confused by multiple exit events. This obviously breaks the simulator since it can hide important simulation events, such as a simulation failure, that happen at the same time as a non-fatal simulation event. Diffs ----- src/sim/simulate.cc 304a37519d11 Diff: http://reviews.gem5.org/r/1893/diff/ Testing ------- Thanks, Andreas Sandberg _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
