Updated Closure Compiler, fixed some constant inlining problems, and turned PREFETCH off for now
This commit is contained in:
parent
526da018d0
commit
8e71267747
34 changed files with 9226 additions and 3625 deletions
|
|
@ -3874,7 +3874,7 @@ X86.fnFault = function(nFault, nError, nCycles, fHalt)
|
|||
this.opCS = -1;
|
||||
}
|
||||
this.setIP(this.opLIP - this.segCS.base);
|
||||
if (this.opLSP != X86.ADDR_INVALID) {
|
||||
if (this.opLSP !== X86.ADDR_INVALID) {
|
||||
this.setSP((this.regESP & ~this.segSS.maskAddr) | (this.opLSP - this.segSS.base));
|
||||
this.opLSP = X86.ADDR_INVALID;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue