mirror of
https://github.com/open-simh/simh.git
synced 2026-05-02 22:33:04 +00:00
TIMER: Fix internal calibrated clock to be well behaved while idling.
This commit is contained in:
2
scp.c
2
scp.c
@@ -4628,7 +4628,7 @@ else {
|
||||
if ((dptr = find_dev_from_unit (uptr)) != NULL) {
|
||||
fprintf (st, " %s", sim_dname (dptr));
|
||||
if (dptr->numunits > 1)
|
||||
fprintf (st, " unit %d", (int32) (uptr - dptr->units));
|
||||
fprintf (st, " at %d%s\n", accum + uptr->time, (uptr->flags & UNIT_IDLE) ? " (Idle capable)" : "");
|
||||
}
|
||||
else
|
||||
fprintf (st, " Unknown");
|
||||
|
||||
Reference in New Issue
Block a user