xiaoxiang781216 commented on code in PR #6665: URL: https://github.com/apache/incubator-nuttx/pull/6665#discussion_r928953103
########## arch/xtensa/src/common/xtensa_dumpstate.c: ########## @@ -395,6 +395,21 @@ void xtensa_dumpstate(void) } else { +#ifdef CONFIG_STACK_COLORATION + uint32_t remain; + + remain = ustacksize - xtensa_stackcheck((uintptr_t)ustackbase, Review Comment: where is risc-v? -- 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