source: rtems/c/src/lib/libbsp/sparc/leon/gnatsupp/gnatsupp.c @ 88c48a3a

4.104.114.84.95
Last change on this file since 88c48a3a was 88c48a3a, checked in by Joel Sherrill <joel.sherrill@…>, on 11/01/02 at 21:57:28

2002-11-01 Joel Sherrill <joel@…>

  • gnatsupp/gnatsupp.c, startup/spurious.c: Removed warnings.
  • Property mode set to 100644
File size: 370 bytes
Line 
1/*
2 *
3 * Support for gnat/rtems interrupts and exception handling.
4 * Jiri Gaisler, ESA/ESTEC, 17-02-1999.
5 *
6 */
7
8void __gnat_install_handler_common (int t1, int t2);
9
10/*
11 *  Avoid trap 0x18 which is used by the clock tick, and
12 *  0x12 (UART B interrupt) which is used by the stub.
13 */
14
15void
16__gnat_install_handler ()
17{
18  __gnat_install_handler_common (0x18, 0x12);
19}
Note: See TracBrowser for help on using the repository browser.