pkarashchenko commented on code in PR #9516: URL: https://github.com/apache/nuttx/pull/9516#discussion_r1227625607
########## boards/arm/cxd56xx/common/src/cxd56_crashdump.c: ########## @@ -100,7 +100,7 @@ static void copy_reverse(stack_word_t *dest, stack_word_t *src, int size) void board_crashdump(uintptr_t sp, struct tcb_s *tcb, const char *filename, int lineno, - const char *msg) + const char *msg, FAR void *regs) Review Comment: Please follow-up with removal `FAR` added in this PR for all unrelated architectures (arm, RISC-V, etc.) -- 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