mirror of
https://github.com/simh/simh.git
synced 2026-04-25 19:51:25 +00:00
AltairZ80: Fix uninitialized variable (Coverity Scan)
This commit is contained in:
@@ -1180,7 +1180,7 @@ long disasm (unsigned char *data, char *output, int segsize, long offset)
|
||||
int rep, lock, asize, osize, i, slen, colon;
|
||||
unsigned char *origdata;
|
||||
int works;
|
||||
insn tmp_ins, ins;
|
||||
insn tmp_ins = { NULL }, ins;
|
||||
unsigned long goodness, best;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user