* exceptions.cc (exception::handle): Generalize comment.
This commit is contained in:
parent
8499cbfbf7
commit
1a863e04b3
|
@ -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>
|
2013-03-09 Christopher Faylor <me.cygwin2013@cgf.cx>
|
||||||
|
|
||||||
* cygtls.h (_cygtls::signal_debugger): Change argument type.
|
* cygtls.h (_cygtls::signal_debugger): Change argument type.
|
||||||
|
|
|
@ -622,7 +622,7 @@ exception::handle (EXCEPTION_RECORD *e, exception_list *frame, CONTEXT *in, void
|
||||||
return 0;
|
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)
|
if ((NTSTATUS) e->ExceptionCode == STATUS_ACCESS_VIOLATION)
|
||||||
{
|
{
|
||||||
int error_code = 0;
|
int error_code = 0;
|
||||||
|
|
Loading…
Reference in New Issue