summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon/gnatsupp/gnatsupp.c
blob: 347435d950d97dae05b985b8a3beb0b4bcda9ba0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                            
/*
 *
 * 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);
}