1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

SCP: Fix Coverity flagged issues

This commit is contained in:
Mark Pizzolato
2017-06-13 04:32:18 -07:00
parent 13dbe1e322
commit d9e7afc92f
3 changed files with 3 additions and 3 deletions

View File

@@ -1784,7 +1784,7 @@ switch (sim_throt_state) {
}
else { /* record instruction rate */
sim_throt_cps = (int32)a_cps;
sim_debug (DBG_THR, &sim_timer_dev, "sim_throt_svc() Recalibrating Special %d/%d Cycles Per Second of %d\n",
sim_debug (DBG_THR, &sim_timer_dev, "sim_throt_svc() Recalibrating Special %d/%u Cycles Per Second of %f\n",
sim_throt_wait, sim_throt_sleep_time, sim_throt_cps);
}
sim_throt_ms_start = sim_os_msec ();