diff options
-rw-r--r-- | winsup/cygwin/exceptions.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc index 0b7053c..86b2034 100644 --- a/winsup/cygwin/exceptions.cc +++ b/winsup/cygwin/exceptions.cc @@ -1220,7 +1220,7 @@ signal_exit (int sig, siginfo_t *si) if (try_to_debug ()) break; /* FIXME: We're still dumping core even if !(sig & 0x80). Need to - investigate if the else clause can just be nuked. */ + investigate if this should be shortcircuited in that case. */ if (si->si_code != SI_USER && si->si_cyg) ((cygwin_exception *) si->si_cyg)->dumpstack (); else |