Added a comment

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7855 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2004-06-08 14:03:38 +00:00
parent e2df52b7da
commit 741f96a162
+3
View File
@@ -788,6 +788,9 @@ thread_exit(void)
delete_sem_etc(s, t->return_code, t->return_flags & THREAD_RETURN_INTERRUPTED ? true : false);
}
// TODO: get_death_stack() disables interrupts
// and leave them disabled, so I wonder if it's good to disable
// them again a bunch of lines after this
death_stack = get_death_stack();
{
struct thread_exit_args args;