----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1696/ -----------------------------------------------------------
Review request for Default. Description ------- Changeset 9496:202aa9125749 --------------------------- 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. Diffs ----- configs/common/Simulation.py 890fc69ba53c Diff: http://reviews.gem5.org/r/1696/diff/ Testing ------- Tried running gem5 with the -i option. It works when the patch is applied. Thanks, Andreas Sandberg _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
