Don't halt on #SS faults anymore
This commit is contained in:
parent
c122c57e45
commit
7e8180982c
1 changed files with 0 additions and 3 deletions
|
|
@ -4107,9 +4107,6 @@ X86.fnFaultMessage = function(nFault, nError, fHalt)
|
|||
fHalt = false;
|
||||
}
|
||||
}
|
||||
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