xiaoxiang781216 commented on code in PR #12475:
URL: https://github.com/apache/nuttx/pull/12475#discussion_r1637432846


##########
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:
   yes, each patch should be self-contained and pass the ci without helping 
from a future patch.



-- 
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]

Reply via email to