x86 dynarec: fix crash

Regression due to e394840344
Fixes MINIDUMP-6RC
This commit is contained in:
Flyinghead 2025-05-10 20:56:21 +02:00
parent 90ed30f70c
commit 892cdb7cea
1 changed files with 1 additions and 1 deletions

View File

@ -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: