URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [sparc/] [leon/] [gnatsupp/] [gnatsupp.c] - Rev 1765
Compare with Previous | Blame | View Log
/* * * Support for gnat/rtems interrupts and exception handling. * Jiri Gaisler, ESA/ESTEC, 17-02-1999. * */ /* * Avoid trap 0x18 which is used by the clock tick, and * 0x12 (UART B interrupt) which is used by the stub. */ void __gnat_install_handler () { __gnat_install_handler_common (0x18, 0x12); }