Fixed new modRM decoders
This commit is contained in:
parent
22b9695f25
commit
7953383fa9
37 changed files with 7973 additions and 1603 deletions
|
|
@ -3549,7 +3549,7 @@ ChipSet.prototype.setFPUInterrupt = function()
|
|||
* later, and the FPU coprocessor is still indicating an error condition, should we then generate an NMI?
|
||||
*/
|
||||
if (!(this.bNMI & ChipSet.NMI.DISABLE)) {
|
||||
X86.fnInterrupt.call(this.cpu, X86.EXCEPTION.NMI);
|
||||
X86.helpInterrupt.call(this.cpu, X86.EXCEPTION.NMI);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue