mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-12 02:22:55 +00:00
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>
|
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* make/custom/ods68302.cfg: Remove RTEMS_BSP_FAMILY.
|
* make/custom/ods68302.cfg: Remove RTEMS_BSP_FAMILY.
|
||||||
|
|||||||
@@ -1030,13 +1030,13 @@ void initializeRemcomErrorFrame()
|
|||||||
lastFrame->previous = lastFrame;
|
lastFrame->previous = lastFrame;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
extern void _debug_level7(void);
|
||||||
|
extern void remcomHandler(void);
|
||||||
|
|
||||||
/* this function is used to set up exception handlers for tracing and
|
/* this function is used to set up exception handlers for tracing and
|
||||||
breakpoints */
|
breakpoints */
|
||||||
void set_debug_traps()
|
void set_debug_traps()
|
||||||
{
|
{
|
||||||
extern void _debug_level7(void);
|
|
||||||
extern void remcomHandler(void);
|
|
||||||
|
|
||||||
int exception;
|
int exception;
|
||||||
|
|
||||||
initializeRemcomErrorFrame();
|
initializeRemcomErrorFrame();
|
||||||
|
|||||||
Reference in New Issue
Block a user