xiaoxiang781216 commented on code in PR #14596:
URL: https://github.com/apache/nuttx/pull/14596#discussion_r1843243987
##########
fs/procfs/fs_procfstcbinfo.c:
##########
@@ -218,7 +218,7 @@ static ssize_t tcbinfo_read(FAR struct file *filep, FAR
char *buffer,
linesize = procfs_snprintf(attr->line, TCBINFO_LINELEN,
"pointer %p size %zu current regs %p\n",
&g_tcbinfo, sizeof(struct tcbinfo_s),
- tcbinfo_current_regs());
+ tcbinfo_running_regs());
Review Comment:
remove one space
--
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]