Searched hist:9494 (Results 1 - 1 of 1) sorted by relevance

/gem5/configs/common/
H A DSimulation.py9494:50da272a1300 Sun Feb 10 07:23:00 EST 2013 Andreas Sandberg <andreas@sandberg.pp.se> config: Don't call sys.exit in interactive mode in run()

The run() method in Simulation.py used to call sys.exit() when the
simulator exits. This is undesirable when user has requested the
simulator to be run in interactive mode since it causes the simulator
to exit rather than entering the interactive Python environment.

Completed in 26 milliseconds