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:
parent
491e89c541
commit
ecece29dd8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user