Merge branch 'dev_ck_v2.1_bug#1638#' into 'dev_ck_v2.1'
fix bug#1638# to dev_ck_v2.1 See merge request ucp/driver/ucp4008_platform_spu!84
This commit is contained in:
commit
e3fe995770
Binary file not shown.
@ -97,7 +97,7 @@ void sys_task_reg(sys_info *task_val,start_hook_func *user_hook,int apeid)
|
||||
tcb_handle->loop_fun = task_val->loop_fun;
|
||||
tcb_handle->user_init_hook = user_hook;
|
||||
tcb_handle->apeid = apeid;
|
||||
init_st_ptr = stack_top;
|
||||
init_st_ptr = stack_down;
|
||||
smart_task_create(sys_entry,
|
||||
tcb_handle,
|
||||
(unsigned int*)stack_top,
|
||||
|
Loading…
x
Reference in New Issue
Block a user