mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-01-24 09:30:05 +00:00
Missed an easy "assume" entry
Signed-off-by: Adrian.Conlon <adrian.conlon@gmail.com>
This commit is contained in:
parent
9fcb349e1f
commit
787d9dd799
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user