summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/erc32/gnatsupp/gnatsupp.c
blob: 49dbef7af0a8b287354096490e66d11a3fdedd1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 *
 * Support for gnat/rtems interrupts and exception handling.
 * Jiri Gaisler, ESA/ESTEC, 17-02-1999.
 *
 */

void
__gnat_install_handler ()
{
  __gnat_install_handler_common (0x1d, 0x15);
}