forked from Imagelibrary/rtems
mips/gdbstub: Fix warnings
This commit is contained in:
@@ -207,6 +207,10 @@ static char do_threads; /* != 0 means we are supporting threads */
|
|||||||
extern char getDebugChar (void);
|
extern char getDebugChar (void);
|
||||||
extern void putDebugChar (char);
|
extern void putDebugChar (char);
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Exception handler
|
||||||
|
*/
|
||||||
|
void handle_exception (rtems_vector_number vector, CPU_Interrupt_frame *frame);
|
||||||
/*
|
/*
|
||||||
* The following definitions are used for the gdb stub memory map
|
* The following definitions are used for the gdb stub memory map
|
||||||
*/
|
*/
|
||||||
@@ -870,8 +874,7 @@ computeSignal (void)
|
|||||||
* This support function prepares and sends the message containing the
|
* This support function prepares and sends the message containing the
|
||||||
* basic information about this exception.
|
* basic information about this exception.
|
||||||
*/
|
*/
|
||||||
|
static void gdb_stub_report_exception_info(
|
||||||
void gdb_stub_report_exception_info(
|
|
||||||
rtems_vector_number vector,
|
rtems_vector_number vector,
|
||||||
CPU_Interrupt_frame *frame,
|
CPU_Interrupt_frame *frame,
|
||||||
int thread
|
int thread
|
||||||
|
|||||||
Reference in New Issue
Block a user