Halt on all SS faults in the Debugger (for now)
This commit is contained in:
parent
2bb3cbe319
commit
46046fc64b
1 changed files with 1 additions and 3 deletions
|
|
@ -4107,11 +4107,9 @@ X86.fnFaultMessage = function(nFault, nError, fHalt)
|
|||
fHalt = false;
|
||||
}
|
||||
}
|
||||
/*
|
||||
if (nFault == X86.EXCEPTION.GP_FAULT) {
|
||||
if (nFault == X86.EXCEPTION.SS_FAULT) {
|
||||
fHalt = true;
|
||||
}
|
||||
*/
|
||||
|
||||
/*
|
||||
* If fHalt has been explicitly set to false, we also take that as a cue to disable fault messages
|
||||
|
|
|
|||
Loading…
Reference in a new issue