IntelSystems: Silence Coverity generated warning
This commit is contained in:
parent
4cd8aff027
commit
e48077d7f3
1 changed files with 2 additions and 7 deletions
|
@ -505,13 +505,8 @@ uint8 zx200ar1DD(t_bool io, uint8 data, uint8 devnum)
|
||||||
zx200a.intff = 0; //clear interrupt FF
|
zx200a.intff = 0; //clear interrupt FF
|
||||||
if (zx200a.intff)
|
if (zx200a.intff)
|
||||||
zx200a.DDstat &= ~FDCINT;
|
zx200a.DDstat &= ~FDCINT;
|
||||||
if (zx200a.rdychg) {
|
|
||||||
zx200a.rtype = ROK;
|
zx200a.rtype = ROK;
|
||||||
return zx200a.rtype;
|
return zx200a.rtype;
|
||||||
} else {
|
|
||||||
zx200a.rtype = ROK;
|
|
||||||
return zx200a.rtype;
|
|
||||||
}
|
|
||||||
} else { /* write control port */
|
} else { /* write control port */
|
||||||
zx200a.iopb = data;
|
zx200a.iopb = data;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue