OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [c4x/] [c4xsim/] [startup/] [spurious.c] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
/*
2
 *  CXX Simulator Spurious Trap Handler Assistant
3
 *
4
 *  This is just enough of a trap handler to let us know what
5
 *  the likely source of the trap was.
6
 *
7
 *  COPYRIGHT (c) 1989-1999.
8
 *  On-Line Applications Research Corporation (OAR).
9
 *
10
 *  The license and distribution terms for this file may be
11
 *  found in the file LICENSE in this distribution or at
12
 *  http://www.OARcorp.com/rtems/license.html.
13
 *
14
 *  spurious.c,v 1.2 2002/01/04 17:40:43 joel Exp
15
 */
16
 
17
#include <bsp.h>
18
#include <rtems/bspIo.h>
19
#include <simio.h>
20
 
21
/*
22
 *  bsp_spurious_handler_assistant
23
 *
24
 *  We can't recover so just return to gdb.
25
 */
26
 
27
void bsp_spurious_handler_assistant(
28
  rtems_vector_number  vector,
29
  CPU_Interrupt_frame *isf
30
)
31
{
32
  sim_exit();
33
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.