Halt on all SS faults in the Debugger (for now)

This commit is contained in:
Jeff Parsons 2016-01-21 11:52:53 -08:00
commit 46046fc64b

View file

@ -4107,11 +4107,9 @@ X86.fnFaultMessage = function(nFault, nError, fHalt)
fHalt = false; fHalt = false;
} }
} }
/* if (nFault == X86.EXCEPTION.SS_FAULT) {
if (nFault == X86.EXCEPTION.GP_FAULT) {
fHalt = true; fHalt = true;
} }
*/
/* /*
* If fHalt has been explicitly set to false, we also take that as a cue to disable fault messages * If fHalt has been explicitly set to false, we also take that as a cue to disable fault messages