Fix restartability of POP [mem] when a page fault occurs

This commit is contained in:
Jeff Parsons 2015-10-22 18:01:30 -07:00
commit 37bedaa8df

View file

@ -2385,6 +2385,7 @@ X86.opPOPmw = function POPmw()
this.regXX = this.popWord();
this.aOpModGrpWord[this.getIPByte()].call(this, X86.aOpGrpPOPw, X86.fnSRCxx);
this.opLSP = X86.ADDR_INVALID;
};