Sunil Hegde commented on a discussion on bsps/sparc/shared/gnatcommon.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/447#note_125292 > + * Skip window overflow, underflow, and flush as well as software > + * trap 0 which we will use as a shutdown. Also avoid trap 0x70 - 0x7f > + * which cannot happen and where some of the space is used to pass > + * paramaters to the program. 0x80 for system traps and > + * 0x81 - 0x83 by the remote debugging stub. > + * Avoid two bsp specific interrupts which normally are used > + * by the real-time clock and UART B. > + */ > + > + if ((trap >= 0x11) && (trap <= 0x1f)) > + { > + if ((trap != t1) && (trap != t2)) > + { > + rtems_interrupt_catch (__gnat_interrupt_handler, trap, > &previous_isr_a); > + } > + } ok i will do that i tried fix formatting in other files, probably i missed this one. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/447#note_125292 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list bugs@rtems.org http://lists.rtems.org/mailman/listinfo/bugs