yf13 commented on code in PR #12475: URL: https://github.com/apache/nuttx/pull/12475#discussion_r1637429714
########## arch/risc-v/src/bl602/bl602_irq_dispatch.c: ########## @@ -41,7 +41,7 @@ * riscv_dispatch_irq ****************************************************************************/ -void *riscv_dispatch_irq(uintptr_t vector, uintptr_t *regs) +void *riscv_dispatch_irq(uintptr_t vector, uintreg_t *regs) Review Comment: do you mean squash the last two? or move the`riscv_dispatch_irq()` ones to the `uintreg_t`(as they are all CI fixes) and keep the rest in last one (as they are sematical changes needed for qemu-rv64ilp32 to work)? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
