mirror of
https://github.com/simh/simh.git
synced 2026-04-30 21:38:32 +00:00
PDP11, All VAX: fix CID: 1415818 "Uninitialized scalar variable"
This commit is contained in:
committed by
Mark Pizzolato
parent
4bee16578a
commit
2e2df8fc2d
@@ -749,7 +749,7 @@ static void rlv_maint (void)
|
|||||||
t_stat rl_svc (UNIT *uptr)
|
t_stat rl_svc (UNIT *uptr)
|
||||||
{
|
{
|
||||||
int32 wc, maxwc, t;
|
int32 wc, maxwc, t;
|
||||||
t_stat err;
|
t_stat err = 0;
|
||||||
t_seccnt sectsread;
|
t_seccnt sectsread;
|
||||||
int32 i, da, awc;
|
int32 i, da, awc;
|
||||||
uint32 ma;
|
uint32 ma;
|
||||||
|
|||||||
Reference in New Issue
Block a user