xiaoxiang781216 commented on code in PR #14596: URL: https://github.com/apache/nuttx/pull/14596#discussion_r1843233786
########## include/nuttx/sched.h: ########## @@ -244,6 +244,8 @@ # define this_cpu() (0) #endif +#define up_running_regs() ((void *)(g_running_tasks[this_cpu()]->xcp.regs)) Review Comment: ```suggestion #define running_regs() ((void *)(g_running_tasks[this_cpu()]->xcp.regs)) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
