mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-25 09:50:15 +00:00
fixup! arm_dyncom_interpreter
This commit is contained in:
parent
6ccde4718e
commit
ecb66ecdec
@ -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)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user