* exceptions.cc (exception::handle): Generalize comment.
This commit is contained in:
@ -622,7 +622,7 @@ exception::handle (EXCEPTION_RECORD *e, exception_list *frame, CONTEXT *in, void
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* FIXME: Probably should be handled in sigpacket::process */
|
||||
/* FIXME: Probably should be handled in signal processing code */
|
||||
if ((NTSTATUS) e->ExceptionCode == STATUS_ACCESS_VIOLATION)
|
||||
{
|
||||
int error_code = 0;
|
||||
|
Reference in New Issue
Block a user