Do not run the first time step if the compilation failed.

This patch fixes another minor problem introduced by the process
end of simulation events. Specifically if the compilation has
indicated we should not run do not even start the main event loop.
This commit is contained in:
Cary R 2007-12-10 14:53:10 -08:00 committed by Stephen Williams
parent 8d9998c44e
commit f245dc8d96
1 changed files with 1 additions and 1 deletions

View File

@ -618,7 +618,7 @@ void schedule_simulate(void)
signals_capture();
while (sched_list) {
if (schedule_runnable) while (sched_list) {
if (schedule_stopped_flag) {
schedule_stopped_flag = false;