From 892cdb7cea4ab7b31a7ee6c5d1fc559c523b7f2e Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Sat, 10 May 2025 20:56:21 +0200 Subject: [PATCH] x86 dynarec: fix crash Regression due to e394840344cb7ab1212bac53bc6d8578507e5904 Fixes MINIDUMP-6RC --- core/rec-x86/rec_x86.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/rec-x86/rec_x86.cpp b/core/rec-x86/rec_x86.cpp index 6d422fc89..acc1c9515 100644 --- a/core/rec-x86/rec_x86.cpp +++ b/core/rec-x86/rec_x86.cpp @@ -489,7 +489,7 @@ void X86Compiler::genMainloop() Xbyak::Label do_iter; L(do_iter); add(esp, 4); // pop intc_sched() return address - mov(ecx, dword[sh4ctx.pc]); + mov(ecx, dword[&sh4ctx.pc]); jmp(no_updateLabel); //ngen_LinkBlock_Shared_stub: