sim: Revert [34e3295b0e39] (sim: Fix early termination in mult...)
authorAndreas Sandberg <andreas@sandberg.pp.se>
Tue, 11 Jun 2013 07:24:10 +0000 (09:24 +0200)
committerAndreas Sandberg <andreas@sandberg.pp.se>
Tue, 11 Jun 2013 07:24:10 +0000 (09:24 +0200)
commit2442aae54f1726b63674e47de1b62bf2af847f70
tree5ec4fa62141fe37f8c9a838a1a42a61736ff004b
parent0793d0727bf13f3dc1f41ac24cab04f4ab1f6b2a
sim: Revert [34e3295b0e39] (sim: Fix early termination in mult...)

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.
src/sim/simulate.cc