2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>

* startup/m68k-stub.c: Remove warnings.
This commit is contained in:
Joel Sherrill
2010-04-28 19:43:37 +00:00
parent 94e6d845a9
commit b57c3491a1
2 changed files with 7 additions and 3 deletions

View File

@@ -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.

View File

@@ -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();