Slight optimisation when DS/SS are 'flat' (base=0, limit=4G).

This commit is contained in:
SarahW 2017-05-24 21:50:37 +01:00
commit 083ca3d4a2
10 changed files with 564 additions and 139 deletions

View file

@ -623,6 +623,7 @@ void resetx86()
resets++;
ins = 0;
use32=0;
cpu_cur_status = 0;
stack32=0;
// i86_Reset();
// cs=0xFFFF0;
@ -662,6 +663,7 @@ void softresetx86()
// exit(-1);
use32=0;
stack32=0;
cpu_cur_status = 0;
// i86_Reset();
// cs=0xFFFF0;
cpu_state.pc=0;