pkarashchenko commented on PR #9735:
URL: https://github.com/apache/nuttx/pull/9735#issuecomment-1625928996

   > in C you can act upon symbol decoration as following (much more portable):
   > 
   > ```c
   > extern int foo (void) __asm__ ("_foo");
   >        int bar        __asm__ ("_bar") = 2;
   > ```
   
   Not sure which part of this PR it is related to


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