mirror of
https://github.com/simh/simh.git
synced 2026-01-25 11:46:37 +00:00
ID16, ID32: Compiler warning cleanup
- Initialize local state variables to 0. Non functional changes due to lack of depth in static analysis scan.
This commit is contained in:
@@ -1844,7 +1844,7 @@ else return 0;
|
||||
uint32 int_auto (uint32 dev, uint32 cc)
|
||||
{
|
||||
uint32 addr, vec, by, ccw, ccwa, ccwb;
|
||||
uint32 i, hw, tblad, tblen, bufe, st, t;
|
||||
uint32 i, hw, tblad, tblen, bufe, st = 0, t;
|
||||
int32 bufc;
|
||||
uint32 oldPSW = BUILD_PSW (cc);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user