mirror of
https://github.com/LIV2/a4091-software.git
synced 2025-12-05 22:12:44 +00:00
ncr53cxxx.c: Always initialize variables
Fixes Coverity CID 330961.
This commit is contained in:
parent
75749a3942
commit
4fad0ce30c
@ -1335,7 +1335,7 @@ void register_write ()
|
||||
* MOVE reg <op> data8 TO reg register write
|
||||
* MOVE reg + data8 TO reg WITH CARRY register write
|
||||
*/
|
||||
int op;
|
||||
int op = -1;
|
||||
int reg;
|
||||
int data;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user