Revert clearing of sim_interval on sig-int to properly manage the passage of time.
This commit is contained in:
parent
fa0086ab74
commit
64ed03d10a
1 changed files with 0 additions and 1 deletions
1
scp.c
1
scp.c
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue