Remove test-USE32-and-mask-PC operation following code block execution. Instead, ensure that all recompiled instructions mask PC correctly.
This commit is contained in:
parent
7b3b6a745d
commit
ee186dbb0d
3 changed files with 79 additions and 46 deletions
|
|
@ -678,7 +678,6 @@ void exec386_dynarec(int cycs)
|
|||
inrecomp=1;
|
||||
code();
|
||||
inrecomp=0;
|
||||
if (!use32) cpu_state.pc &= 0xffff;
|
||||
// cpu_recomp_ins += block->ins;
|
||||
cpu_recomp_blocks++;
|
||||
/* ins += codeblock_ins[index];
|
||||
|
|
|
|||
Loading…
Reference in a new issue