anchao commented on a change in pull request #5742:
URL: https://github.com/apache/incubator-nuttx/pull/5742#discussion_r826129580



##########
File path: arch/arm/src/armv7-a/arm_syscall.c
##########
@@ -44,6 +44,41 @@
  * Private Functions
  ****************************************************************************/
 
+/****************************************************************************
+ * Name: dump_syscall
+ *
+ * Description:
+ *   Dump the syscall registers
+ *
+ ****************************************************************************/
+
+void dump_syscall(const char *tag, uint32_t cmd, const uint32_t *regs)

Review comment:
       Done




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


Reply via email to