GLK: SCOTT: Add missing return statement

This commit is contained in:
Avijeet
2022-06-23 20:11:01 +02:00
committed by Eugene Sandulenko
parent 7194234ea6
commit 08ae841dc9
+3
View File
@@ -1334,6 +1334,9 @@ int nextInst(CpuCtx* r) {
}
}
}
if (WriteToIO) {
return 0;
}
info->_op->_f(r, mode, arg);
r->_cycles += info->_cycles;