Don't set oldcpl at the start of each instruction; instead, only set it following a successful CS load.

This commit is contained in:
SarahW 2019-01-27 20:51:13 +00:00
commit c3250ca63e
4 changed files with 18 additions and 5 deletions

View file

@ -238,7 +238,6 @@ void exec386(int cycs)
oldcs=CS;
cpu_state.oldpc = cpu_state.pc;
oldcpl=CPL;
cpu_state.op32 = use32;
dontprint=0;