HOOKS is now set.

This commit is contained in:
Steve Checkoway
2006-08-12 22:08:00 +00:00
parent bf48f8343b
commit 3a34bcad8a
@@ -240,8 +240,7 @@ static void child_process()
break;
}
// XXX: HOOKS isn't set when this is called.
//fprintf( CrashDump, "Architecture: %s\n", HOOKS->GetArchName().c_str() );
fprintf( CrashDump, "Architecture: %s\n", HOOKS->GetArchName().c_str() );
fprintf( CrashDump, "Crash reason: %s\n", reason.c_str() );
fprintf( CrashDump, "Crashed thread: %s\n\n", CrashedThread.c_str() );