source: rtems/c/src/lib/libbsp/m68k/sim68000/startup/spurious_assistant.c @ f52111f

4.104.114.84.95
Last change on this file since f52111f was b812f84, checked in by Joel Sherrill <joel.sherrill@…>, on 08/01/00 at 20:01:14

Added sim68000 BSP for the BSVC simulator. This BSP includes the
alias simcpu32 that supports the CPU32 simulator in BSVC. At this
point, it is still under development.

  • Property mode set to 100644
File size: 572 bytes
Line 
1/*
2 *  Spurious Trap Handler Assistant
3 *
4 *  COPYRIGHT (c) 1989-2000.
5 *  On-Line Applications Research Corporation (OAR).
6 *
7 *  The license and distribution terms for this file may be
8 *  found in the file LICENSE in this distribution or at
9 *  http://www.OARcorp.com/rtems/license.html.
10 *
11 *  $Id$
12 */
13
14#include <bsp.h>
15#include <bspIo.h>
16
17/*
18 *  bsp_spurious_handler_assistant
19 *
20 *  We can't recover so just return to gdb.
21 */
22
23void bsp_spurious_handler_assistant(
24  rtems_vector_number  vector/* ,
25  CPU_Interrupt_frame *isf */
26)
27{
28  /* XXX do something here */
29}
Note: See TracBrowser for help on using the repository browser.