rt: Refactor record_sp into task::record_stack_limit

This commit is contained in:
Brian Anderson
2011-12-01 15:26:42 -08:00
parent d1fd7d49a7
commit 6da1a3fcd6
3 changed files with 8 additions and 6 deletions

View File

@@ -199,6 +199,7 @@ rust_task : public kernel_owned<rust_task>, rust_cond
void *new_stack(size_t stk_sz, void *args_addr, size_t args_sz);
void del_stack();
void record_stack_limit();
};
//