Donny9 commented on code in PR #6665: URL: https://github.com/apache/incubator-nuttx/pull/6665#discussion_r929513354
########## arch/arm/src/common/arm_assert.c: ########## @@ -353,9 +354,12 @@ static void arm_dump_stack(const char *tag, uint32_t sp, { _alert("ERROR: %s Stack pointer is not within the stack\n", tag); + remain = size - arm_stackcheck((FAR void *)(uintptr_t)base, size); 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