fix compile error#15014
Conversation
CC: mqueue.c common/riscv_exit.c: In function 'up_exit':
common/riscv_exit.c:65:33: error: 'tcb' undeclared (first use in this function); did you mean 'tcb_s'?
65 | g_running_tasks[this_cpu()] = tcb;
| ^~~
| tcb_s
Signed-off-by: hujun5 <hujun5@xiaomi.com>
|
Sorry @hujun260 I'm not sure if it's caused by this PR or the earlier PR (because the build failed between the PRs): Before That: The Previous Commit is OK Also Crashing: rv-virt:knsh64 Though rv-virt:nsh and rv-virt:nsh64 are OK |
I'll look into this issue |
|
Summary
CC: mqueue.c common/riscv_exit.c: In function 'up_exit': common/riscv_exit.c:65:33: error: 'tcb' undeclared (first use in this function); did you mean 'tcb_s'?
65 | g_running_tasks[this_cpu()] = tcb;
| ^~~
| tcb_s
Impact
riscv
Testing
ci