anchao commented on code in PR #15073: URL: https://github.com/apache/nuttx/pull/15073#discussion_r1872694450
########## arch/arm/src/armv8-m/arm_doirq.c: ########## @@ -67,6 +67,21 @@ void exception_direct(void) } } +static inline_function bool store_context(int irq, uint32_t *regs) Review Comment: I'm really tempted to complain that arm_doirq used to be a piece of extremely concise code, with clear logic and easy readability. But now, the modifications made to it are truly terrible ... -- 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