-
Notifications
You must be signed in to change notification settings - Fork 1.5k
fix compile error #15014
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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