xiaoxiang781216 commented on a change in pull request #5148:
URL: https://github.com/apache/incubator-nuttx/pull/5148#discussion_r777803402



##########
File path: arch/risc-v/src/common/riscv_assert.c
##########
@@ -71,9 +79,9 @@
  * Name: riscv_stackdump
  ****************************************************************************/
 
-static void riscv_stackdump(uint64_t sp, uintptr_t stack_top)
+static void riscv_stackdump(uintptr_t sp, uintptr_t stack_top)
 {
-  uint64_t stack;
+  uintptr_t stack;

Review comment:
       need update %016" PRIx64 " at line 93




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