xiaoxiang781216 commented on code in PR #16019: URL: https://github.com/apache/nuttx/pull/16019#discussion_r2010088398
########## include/nuttx/compiler.h: ########## @@ -1226,6 +1226,14 @@ # undef CONFIG_HAVE_LONG_DOUBLE #endif +/* Decorators */ + +#ifdef CONFIG_ARCH_RAMFUNCS +# define os_entry_point_decorator no_builtin("memcpy") no_builtin("memset") Review Comment: ```suggestion # define osentry_function no_builtin("memcpy") no_builtin("memset") ``` -- 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