mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-01-12 08:29:50 +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 5:
|
||||
IM() = 0;
|
||||
break;
|
||||
default:
|
||||
__assume(0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user