Fix restartability of POP [mem] when a page fault occurs
This commit is contained in:
parent
823c9062ed
commit
37bedaa8df
1 changed files with 1 additions and 0 deletions
|
|
@ -2385,6 +2385,7 @@ X86.opPOPmw = function POPmw()
|
||||||
this.regXX = this.popWord();
|
this.regXX = this.popWord();
|
||||||
|
|
||||||
this.aOpModGrpWord[this.getIPByte()].call(this, X86.aOpGrpPOPw, X86.fnSRCxx);
|
this.aOpModGrpWord[this.getIPByte()].call(this, X86.aOpGrpPOPw, X86.fnSRCxx);
|
||||||
|
|
||||||
this.opLSP = X86.ADDR_INVALID;
|
this.opLSP = X86.ADDR_INVALID;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue