xiaoxiang781216 commented on a change in pull request #5742: URL: https://github.com/apache/incubator-nuttx/pull/5742#discussion_r826073362
########## File path: arch/arm/src/armv7-r/arm_syscall.c ########## @@ -41,6 +41,32 @@ * Private Functions ****************************************************************************/ +/**************************************************************************** + * Name: dump_syscall + * + * Description: + * Dump the syscall registers + * + ****************************************************************************/ + +void dump_syscall(char *tag, uint32_t cmd, uint32_t *regs) Review comment: ditto ########## File path: arch/arm/src/armv7-a/arm_syscall.c ########## @@ -44,6 +44,32 @@ * Private Functions ****************************************************************************/ +/**************************************************************************** + * Name: dump_syscall + * + * Description: + * Dump the syscall registers + * + ****************************************************************************/ + +void dump_syscall(char *tag, uint32_t cmd, uint32_t *regs) Review comment: add const for tag and 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org