From 93b42d43d5690bfd1489ffcc6e93f011efdd8b21 Mon Sep 17 00:00:00 2001 From: SarahW Date: Sun, 27 Jan 2019 20:52:02 +0000 Subject: [PATCH] Remove pointless setting of cpu_state.op32 and cycdiff at start of recompiler main loop. --- src/386_dynarec.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/386_dynarec.c b/src/386_dynarec.c index 77bba42..41d7bea 100644 --- a/src/386_dynarec.c +++ b/src/386_dynarec.c @@ -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*/