pussuw commented on code in PR #16154:
URL: https://github.com/apache/nuttx/pull/16154#discussion_r2032916098


##########
arch/arm/src/armv7-a/crt0.c:
##########
@@ -122,16 +169,26 @@ void __start(int argc, char *argv[])
 
   ARCH_DATA_RESERVE->ar_sigtramp = (addrenv_sigtramp_t)sig_trampoline;
 
+#ifdef CONFIG_HAVE_CXXINITIALIZE

Review Comment:
   #ifdef CONFIG_HAVE_CXX ?
   
   Edit: Maybe risc-v crt0 needs to use CONFIG_HAVE_CXXINITIALIZE as well
   Edit2: Like you have done, ignore this comment



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