From eab44b9e0b9dcb5cf7fa7b6851fa5454041da930 Mon Sep 17 00:00:00 2001 From: David Guillen Fandos Date: Wed, 17 Mar 2021 21:05:49 +0100 Subject: Enable runtime dynarec enable/disable Added a more thorough cache cleanup for reset/mode-change too. Fixed the mmap initialization that ends up leaking memory. Minor x86 asm fixes for Android. --- x86/x86_stub.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x86') diff --git a/x86/x86_stub.S b/x86/x86_stub.S index 8d76457..322547d 100644 --- a/x86/x86_stub.S +++ b/x86/x86_stub.S @@ -538,7 +538,7 @@ _execute_arm_translate: # (if the CPU is halted, do not start executing but # loop in the alert loop until it wakes up) - cmp $0, CPU_HALT_STATE(%ebx) + cmpl $0, CPU_HALT_STATE(%ebx) je 1f call alert_loop # Need to push something to the stack -- cgit v1.2.3