Don't halt on #SS faults anymore

This commit is contained in:
Jeff Parsons 2016-01-22 21:10:30 -08:00
commit 7e8180982c

View file

@ -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