summaryrefslogblamecommitdiffstats
path: root/bsps/sparc/erc32/gnatsupp/gnatsupp.c
blob: 46bbabe2b0c005ec44dd8d84befdfb284e13a52c (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                  
  

                         
  


                                                          

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