mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
* 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>
|
||||
|
||||
* 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;
|
||||
}
|
||||
|
||||
/* 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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user