Kinsey Moore commented on a discussion on cpukit/score/cpu/riscv/riscv-exception-handler.S: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1160#note_147703 > + /* > + * Vectored exception/interrupt handlers can require the vector base to > + * be aligned to 256 bytes > + */ > + .align 8 > .option arch, +zicsr > > -TYPE_FUNC(_RISCV_Exception_handler) > -SYM(_RISCV_Exception_handler): > +/* > + * This could be a nop slide, but it would introduce additional latency into > + * interrupt handling depending on which interrupt was triggered > + */ > +TYPE_FUNC(_RISCV_Vector_table) > +SYM(_RISCV_Vector_table): > + j .LRISCV_Exception_handler Thanks, done. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1160#note_147703 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
