summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/erc32/gnatsupp/gnatsupp.c
blob: 46bbabe2b0c005ec44dd8d84befdfb284e13a52c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/**
 * @file
 *
 * @ingroup sparc_erc32
 *
 * @brief Support for gnat/rtems interrupts and exception handling
 */

/*
 * COPYRIGHT (c) 1999.
 * European Space Agency.
 *
 * The license and distribution terms for this file may be
 * found in the file LICENSE in this distribution or at
 * http://www.rtems.org/license/LICENSE.
 */

#include <bsp/gnatcommon.h>

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