From 8dab514b2a13536d31dae7461d9c70784f5789d2 Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Mon, 23 Jul 2018 20:38:31 +0200 Subject: [PATCH] yet another tentative asm fix --- core/rec-x86/rec_x86_asm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/rec-x86/rec_x86_asm.cpp b/core/rec-x86/rec_x86_asm.cpp index 6f53589d7..d2e479ef2 100644 --- a/core/rec-x86/rec_x86_asm.cpp +++ b/core/rec-x86/rec_x86_asm.cpp @@ -96,7 +96,7 @@ do_iter: call rdv_DoInterrupts; mov ecx,eax; mov edx,[p_sh4rcb]; - add edx,[cpu_run_offset]; + add edx,[cpurun_offset]; cmp dword ptr [edx],0; jz cleanup; jmp no_update;