reword comment
This commit is contained in:
parent
fb6cf945f9
commit
efe8407eca
|
@ -1220,7 +1220,7 @@ signal_exit (int sig, siginfo_t *si)
|
||||||
if (try_to_debug ())
|
if (try_to_debug ())
|
||||||
break;
|
break;
|
||||||
/* FIXME: We're still dumping core even if !(sig & 0x80). Need to
|
/* 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)
|
if (si->si_code != SI_USER && si->si_cyg)
|
||||||
((cygwin_exception *) si->si_cyg)->dumpstack ();
|
((cygwin_exception *) si->si_cyg)->dumpstack ();
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue