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:
Adrian.Conlon 2017-06-29 10:18:07 +01:00
parent 954887217f
commit ea4588992d

View File

@ -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);
}