* exceptions.cc (exception::handle): Generalize comment.

This commit is contained in:
Christopher Faylor 2013-03-28 16:14:53 +00:00
parent 8499cbfbf7
commit 1a863e04b3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-03-28 Christopher Faylor <me.cygwin2013@cgf.cx>
* exceptions.cc (exception::handle): Generalize comment.
2013-03-09 Christopher Faylor <me.cygwin2013@cgf.cx>
* cygtls.h (_cygtls::signal_debugger): Change argument type.

View File

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