mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-03-01 03:29:37 +00:00
Whoops: missing switch/break was falling into an assume(0). Caused two fuse tests to fail...
Signed-off-by: Adrian.Conlon <adrian.conlon@arup.com>
This commit is contained in:
parent
954887217f
commit
ea4588992d
@ -981,6 +981,7 @@ void EightBit::Z80::executeED(int x, int y, int z, int p, int q) {
|
|||||||
case 1:
|
case 1:
|
||||||
case 5:
|
case 5:
|
||||||
IM() = 0;
|
IM() = 0;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
__assume(0);
|
__assume(0);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user