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:
@@ -820,7 +820,7 @@ thread_hit_serious_debug_event(debug_debugger_message event,
|
|||||||
struct thread *thread = thread_get_current_thread();
|
struct thread *thread = thread_get_current_thread();
|
||||||
dprintf("thread_hit_serious_debug_event(): Failed to install debugger: "
|
dprintf("thread_hit_serious_debug_event(): Failed to install debugger: "
|
||||||
"thread: %ld: %s\n", thread->id, strerror(error));
|
"thread: %ld: %s\n", thread->id, strerror(error));
|
||||||
return true;
|
return error;
|
||||||
}
|
}
|
||||||
|
|
||||||
// enter the debug loop
|
// enter the debug loop
|
||||||
|
|||||||
Reference in New Issue
Block a user