xiaoxiang781216 commented on code in PR #14596:
URL: https://github.com/apache/nuttx/pull/14596#discussion_r1843243715


##########
include/nuttx/sched.h:
##########
@@ -244,6 +244,8 @@
 #  define this_cpu()                 (0)
 #endif
 
+#define running_regs() ((void *)(g_running_tasks[this_cpu()]->xcp.regs))

Review Comment:
   align with line 244



-- 
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]

Reply via email to