提交 3fa930f5 编写于 作者: B Brian Anderson

rt: Remove a bogus FIXME from ~rust_task

上级 1a1fdf34
......@@ -227,9 +227,7 @@ rust_task::~rust_task()
// (ref_count == 1 && this == sched->root_task));
// Delete all the stacks. There may be more than one if the task failed
// FIXME: This is not correct. During unwinding we need to delete
// the stacks and record the stack limit, otherwise the stack
// stack is corrupted when destructors are running.
// and no landing pads stopped to clean up.
while (stk != NULL) {
del_stk(this, stk);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册