Don't set oldcpl at the start of each instruction; instead, only set it following a successful CS load.
This commit is contained in:
parent
d461bc7cda
commit
c3250ca63e
4 changed files with 18 additions and 5 deletions
|
|
@ -238,7 +238,6 @@ void exec386(int cycs)
|
|||
|
||||
oldcs=CS;
|
||||
cpu_state.oldpc = cpu_state.pc;
|
||||
oldcpl=CPL;
|
||||
cpu_state.op32 = use32;
|
||||
|
||||
dontprint=0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue