forked from Imagelibrary/rtems
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.
This commit is contained in:
29
c/src/lib/libbsp/m68k/sim68000/startup/spurious_assistant.c
Normal file
29
c/src/lib/libbsp/m68k/sim68000/startup/spurious_assistant.c
Normal file
@@ -0,0 +1,29 @@
|
||||
/*
|
||||
* Spurious Trap Handler Assistant
|
||||
*
|
||||
* COPYRIGHT (c) 1989-2000.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
* http://www.OARcorp.com/rtems/license.html.
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <bsp.h>
|
||||
#include <bspIo.h>
|
||||
|
||||
/*
|
||||
* bsp_spurious_handler_assistant
|
||||
*
|
||||
* We can't recover so just return to gdb.
|
||||
*/
|
||||
|
||||
void bsp_spurious_handler_assistant(
|
||||
rtems_vector_number vector/* ,
|
||||
CPU_Interrupt_frame *isf */
|
||||
)
|
||||
{
|
||||
/* XXX do something here */
|
||||
}
|
||||
Reference in New Issue
Block a user