fjpanag commented on code in PR #6933: URL: https://github.com/apache/incubator-nuttx/pull/6933#discussion_r956036654
########## arch/sim/src/sim/win/up_hostmisc.c: ########## @@ -40,6 +48,12 @@ void host_abort(int status) { +#ifdef CONFIG_ARCH_COVERAGE + /* Dump gcov data. */ + + __gcov_dump(); Review Comment: OK 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