pussuw commented on a change in pull request #5912: URL: https://github.com/apache/incubator-nuttx/pull/5912#discussion_r838280401
########## File path: arch/risc-v/src/mpfs/mpfs_irq_dispatch.c ########## @@ -149,9 +142,6 @@ void *riscv_dispatch_irq(uintptr_t vector, uintptr_t *regs) group_addrenv(NULL); #endif } -#endif - -#endif Review comment: I think one too many #ifdefs got removed. The build fails now (CI) ########## File path: arch/risc-v/src/mpfs/mpfs_irq_dispatch.c ########## @@ -149,9 +142,6 @@ void *riscv_dispatch_irq(uintptr_t vector, uintptr_t *regs) group_addrenv(NULL); #endif } -#endif - -#endif Review comment: LGTM -- 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