xiaoxiang781216 commented on a change in pull request #5915: URL: https://github.com/apache/incubator-nuttx/pull/5915#discussion_r839744392
########## File path: include/nuttx/sched_note.h ########## @@ -113,8 +113,29 @@ ((uint32_t)((b) & 0xff) << 8) | \ ((uint32_t)((c) & 0xff) << 16) | \ ((uint32_t)((d) & 0xff) << 24)) + +# define SCHED_NOTE_IP \ + ({__label__ __sched_note_here; __sched_note_here: (uintptr_t)&&__sched_note_here;}) Review comment: remove __ prefix? -- 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