Missed an easy "assume" entry

Signed-off-by: Adrian.Conlon <adrian.conlon@gmail.com>
This commit is contained in:
Adrian.Conlon 2017-08-08 13:38:27 +01:00
parent 9fcb349e1f
commit 787d9dd799

View File

@ -821,6 +821,8 @@ void EightBit::Z80::executeCB(int x, int y, int z) {
case 7:
operand = srl(f, operand);
break;
default:
__assume(0);
}
adjustSZP<Z80>(f, operand);
if (m_displaced) {