Revert clearing of sim_interval on sig-int to properly manage the passage of time.

This commit is contained in:
Mark Pizzolato 2013-07-01 09:49:47 -10:00
parent fa0086ab74
commit 64ed03d10a

1
scp.c
View file

@ -4653,7 +4653,6 @@ return sim_cancel (&sim_step_unit);
void int_handler (int sig)
{
stop_cpu = 1;
sim_interval = 0; /* should speed up stop detection */
return;
}