mirror of
https://github.com/rcornwell/sims.git
synced 2026-01-13 15:27:04 +00:00
ICL1900: Removed more compiler warnings.
This commit is contained in:
parent
e9ba72da9e
commit
01189480b9
@ -1297,6 +1297,7 @@ branch:
|
||||
if ((RX & 04) == 0 && fovr)
|
||||
BV = 1;
|
||||
switch (RX & 06) {
|
||||
default:
|
||||
case 0: n = (faccl | facch) != 0; break;
|
||||
case 2: n = (faccl & B0) != 0; break;
|
||||
case 4: n = fovr; break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user