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:
@@ -649,7 +649,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 */
|
||||
|
||||
Reference in New Issue
Block a user