yet another tentative asm fix

This commit is contained in:
Flyinghead 2018-07-23 20:38:31 +02:00
parent 3d2de4a0dc
commit 8dab514b2a
1 changed files with 1 additions and 1 deletions

View File

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