forked from Imagelibrary/rtems
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* startup/m68k-stub.c: Remove warnings.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* startup/m68k-stub.c: Remove warnings.
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/ods68302.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
@@ -1030,13 +1030,13 @@ void initializeRemcomErrorFrame()
|
||||
lastFrame->previous = lastFrame;
|
||||
}
|
||||
|
||||
extern void _debug_level7(void);
|
||||
extern void remcomHandler(void);
|
||||
|
||||
/* this function is used to set up exception handlers for tracing and
|
||||
breakpoints */
|
||||
void set_debug_traps()
|
||||
{
|
||||
extern void _debug_level7(void);
|
||||
extern void remcomHandler(void);
|
||||
|
||||
int exception;
|
||||
|
||||
initializeRemcomErrorFrame();
|
||||
|
||||
Reference in New Issue
Block a user