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:
Joel Sherrill
2000-08-01 20:01:14 +00:00
parent 499d443996
commit b812f84155
33 changed files with 1386 additions and 2 deletions

View 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 */
}