thread_hit_serious_debug_event(): Incorrect return value. Fixes #4098.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31584 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2009-07-15 11:37:04 +00:00
parent 491e89c541
commit ecece29dd8

View File

@ -820,7 +820,7 @@ thread_hit_serious_debug_event(debug_debugger_message event,
struct thread *thread = thread_get_current_thread();
dprintf("thread_hit_serious_debug_event(): Failed to install debugger: "
"thread: %ld: %s\n", thread->id, strerror(error));
return true;
return error;
}
// enter the debug loop