1
0
mirror of https://github.com/simh/simh.git synced 2026-01-26 04:01:38 +00:00

PDP11, PDP18b, PDP8, VAX750, SCP: Silence Coverity identified complaints

This commit is contained in:
Mark Pizzolato
2019-02-20 08:32:37 -08:00
parent 857934d40e
commit 880c8a89b7
6 changed files with 7 additions and 7 deletions

View File

@@ -646,7 +646,7 @@ t_bool dt_setpos (UNIT *uptr)
{
uint32 new_time, ut, ulin, udelt;
int32 mot = DTS_GETMOT (uptr->STATE);
int32 unum, delta;
int32 unum, delta = 0;
new_time = sim_grtime (); /* current time */
ut = new_time - uptr->LASTT; /* elapsed time */