sim: Use the old work item behavior by default
authorAndreas Sandberg <andreas.sandberg@arm.com>
Fri, 18 Dec 2015 10:14:17 +0000 (10:14 +0000)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Fri, 18 Dec 2015 10:14:17 +0000 (10:14 +0000)
commitb5a54eb64ebce9c217c1d44cc93aebb7cb508c6d
tree7a82edbab054007997cc18cfd5291160f0c43875
parent219f1c1a7fb1939f5a65fb692f399220d90dc056
sim: Use the old work item behavior by default

When adding an option to forward work items to the Python environment,
the new behavior was accidentally enabled by default. Set the value of
exit_on_work_items to False by default to revert to the old behavior
unless the simulation scripts explicitly requests work item
forwarding.
src/sim/System.py