Slight optimisation when DS/SS are 'flat' (base=0, limit=4G).
This commit is contained in:
parent
3f4361b265
commit
083ca3d4a2
10 changed files with 564 additions and 139 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue