]> sourceware.org Git - newlib-cygwin.git/commitdiff
* exceptions.cc (exception::handle): Generalize comment.
authorChristopher Faylor <me@cgf.cx>
Thu, 28 Mar 2013 16:14:53 +0000 (16:14 +0000)
committerChristopher Faylor <me@cgf.cx>
Thu, 28 Mar 2013 16:14:53 +0000 (16:14 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/exceptions.cc

index 8404c33a3610dbf7645a15e149e864c742ed8070..8fb6993634ccdb9bfcf5840417212f603e60a11c 100644 (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.
index 987bb4d4434c75fe0281e346f4f1e44d93769a24..e41922900034adf248918742d86915c06a6c1d75 100644 (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;
This page took 0.036292 seconds and 5 git commands to generate.