Assorted changes after upgrading WebStorm and Node

This commit is contained in:
Jeff Parsons 2015-03-31 17:23:18 -07:00 committed by jeffpar
commit 8ac1219c13
7 changed files with 19 additions and 22 deletions

View file

@ -963,7 +963,7 @@ X86.fnIRET = function IRET()
if (this.regPS & X86.PS.NT) {
var addrNew = this.segTSS.base;
var sel = this.getShort(addrNew + X86.TSS.PREV_TSS);
X86Seg.switchTSS.call(this.segCS, sel, false);
this.segCS.switchTSS(sel, false);
return;
}
}