arm32: better sh4 dynarec infiniloop fix

make sure next_pc is saved to ram
Issue #208
This commit is contained in:
Flyinghead 2021-03-22 10:06:43 +01:00
parent 1e6874c5eb
commit 630d31ba20
1 changed files with 1 additions and 2 deletions

View File

@ -164,8 +164,7 @@ CSYM(intc_sched): @ next_pc _MUST_ be on ram
bne CSYM(do_iter)
ldr r0,[r8,#-156] @load CpuRunning
cmp r0,#0
beq CSYM(cleanup)
bx lr
bxne lr
HIDDEN(do_iter)
CSYM(do_iter):