Fix backwards.

This commit is contained in:
Steve Checkoway
2007-05-16 07:48:14 +00:00
parent ad23ae70ed
commit 2b46dbc74a
@@ -42,7 +42,7 @@ static bool DoCrashSignalHandler( int signal, siginfo_t *si, const ucontext_t *u
{
/* Don't dump a debug file if the user just hit ^C. */
if( !IsFatalSignal(signal) )
return false;
return true;
CrashHandler::CrashSignalHandler( signal, si, uc );
return true; // Unreached