diff --git a/modules/pcjs/lib/x86func.js b/modules/pcjs/lib/x86func.js index 5530a525d..1ee51f406 100644 --- a/modules/pcjs/lib/x86func.js +++ b/modules/pcjs/lib/x86func.js @@ -3869,11 +3869,12 @@ X86.fnFaultMessage = function(nFault, nError, fHalt) nFault == X86.EXCEPTION.GP_FAULT && bOpcode == X86.OPCODE.INTN) { fHalt = false; } - } else { - if (nFault == X86.EXCEPTION.PG_FAULT || nFault == X86.EXCEPTION.GP_FAULT && this.model == X86.MODEL_80386 /* || nFault == X86.EXCEPTION.NP_FAULT && bOpcode == 0x8E */) { - fHalt = true; - } } + // else { + // if (nFault == X86.EXCEPTION.PG_FAULT || nFault == X86.EXCEPTION.GP_FAULT && this.model == X86.MODEL_80386 /* || nFault == X86.EXCEPTION.NP_FAULT && bOpcode == 0x8E */) { + // fHalt = true; + // } + // } /* * If fHalt has been explicitly set to false, we also take that as a cue to disable fault messages