xiaoxiang781216 commented on code in PR #10787: URL: https://github.com/apache/nuttx/pull/10787#discussion_r1335028549
########## include/nuttx/compiler.h: ########## @@ -157,6 +157,7 @@ */ # define offsetof(a, b) __builtin_offsetof(a, b) +# define return_address(x) __builtin_return_address(x) Review Comment: Inline assembly also depends on compiler too, all assembly written in c file doesn't work across the different compiler. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
