pussuw commented on code in PR #14865: URL: https://github.com/apache/nuttx/pull/14865#discussion_r1849686288
########## arch/arm/include/tlsr82/irq.h: ########## @@ -269,22 +261,22 @@ static inline_function uint32_t up_getsp(void) } noinstrument_function -static inline_function uint32_t *up_current_regs(void) +static inline_function void arm_set_irq_flag(bool flag) Review Comment: One option would be to implement this as an interrupt / exception nesting counter, but not sure if that's any better. -- 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