mirror of
https://github.com/simh/simh.git
synced 2026-01-26 04:01:38 +00:00
SDS, Sigma: Make sure breakpoint's don't advance sim_time
This commit is contained in:
@@ -452,6 +452,7 @@ while (reason == 0) { /* loop until halted */
|
||||
reason = STOP_UBKPT; /* stop simulation */
|
||||
break;
|
||||
}
|
||||
sim_interval++; /* don't count non-executed instruction */
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user