Fixed 32-bit protected-mode test code
This commit is contained in:
parent
f36b79cd25
commit
9ab1f92adc
5 changed files with 115 additions and 81 deletions
|
|
@ -1592,6 +1592,7 @@ X86CPU.prototype.setProtMode = function(fProt)
|
|||
if (I386 && this.model >= X86.MODEL_80386) {
|
||||
this.segFS.updateMode(fProt);
|
||||
this.segGS.updateMode(fProt);
|
||||
this.resetSizes();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue