Remove pointless setting of cpu_state.op32 and cycdiff at start of recompiler main loop.
This commit is contained in:
parent
c3250ca63e
commit
93b42d43d5
1 changed files with 0 additions and 2 deletions
|
|
@ -533,10 +533,8 @@ void exec386_dynarec(int cycs)
|
|||
{
|
||||
oldcs = CS;
|
||||
cpu_state.oldpc = cpu_state.pc;
|
||||
cpu_state.op32 = use32;
|
||||
|
||||
|
||||
cycdiff=0;
|
||||
oldcyc=cycles;
|
||||
// if (output && CACHE_ON()) pclog("Block %04x:%04x %04x:%08x\n", CS, pc, SS,ESP);
|
||||
if (!CACHE_ON()) /*Interpret block*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue