fixup! arm_dyncom_interpreter

This commit is contained in:
MerryMage 2016-04-05 09:36:55 +01:00
parent 6ccde4718e
commit ecb66ecdec

View File

@ -3888,7 +3888,8 @@ unsigned InterpreterMainLoop(ARMul_State* cpu) {
LOAD_NZCVT; LOAD_NZCVT;
DISPATCH: DISPATCH:
{ {
if (num_instrs >= cpu->NumInstrsToExecute) goto END; if (num_instrs >= cpu->NumInstrsToExecute)
goto END;
if (!cpu->NirqSig) { if (!cpu->NirqSig) {
if (!(cpu->Cpsr & 0x80)) { if (!(cpu->Cpsr & 0x80)) {