pkarashchenko commented on a change in pull request #5192: URL: https://github.com/apache/incubator-nuttx/pull/5192#discussion_r781153367
########## File path: arch/risc-v/src/rv32m1/rv32m1_irq_dispatch.c ########## @@ -53,11 +53,11 @@ volatile uint32_t * g_current_regs; ****************************************************************************/ LOCATE_ITCM -void *rv32m1_dispatch_irq(uint32_t vector, uint32_t *regs) +void *rv32m1_dispatch_irq(uintptr_t vector, uintptr_t *regs) { int vec = vector & 0x1f; int irq = (vector >> 27) + vec; Review comment: This is still not addressed -- 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