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:
Xianfeng Du 2024-01-29 08:12:41 +00:00
commit e3fe995770
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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,