mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2026-04-19 02:22:56 +00:00
Missed an easy "assume" entry
Signed-off-by: Adrian.Conlon <adrian.conlon@gmail.com>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user