fixup! arm_dyncom_interpreter
This commit is contained in:
@@ -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)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user