yet another tentative asm fix
This commit is contained in:
parent
3d2de4a0dc
commit
8dab514b2a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue