Changeset 51 for asp_wo_cfg
- Timestamp:
- Sep 7, 2012, 3:29:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asp_wo_cfg/trunk/kernel/task_manage.c
r50 r51 156 156 ercd = E_OBJ; 157 157 } 158 else {158 else if ((ercd = target_check_ctsk(tskid, pk_ctsk)) == E_OK) { 159 159 if (stk == NULL) { 160 160 stk = kernel_malloc(pk_ctsk->stksz); … … 164 164 ercd = E_NOMEM; 165 165 } 166 else if ((ercd = target_check_ctsk(tskid, pk_ctsk)) == E_OK){166 else { 167 167 p_tinib = (TINIB *)(p_tcb->p_tinib); 168 168 p_tinib->tskatr = tskatr;
Note:
See TracChangeset
for help on using the changeset viewer.