forked from Imagelibrary/rtems
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* shared/gdbstub/mips-stub.c: Remove warnings.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||||
|
|
||||||
|
* shared/gdbstub/mips-stub.c: Remove warnings.
|
||||||
|
|
||||||
2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* shared/gdbstub/mips-stub.c: Add missing prototypes.
|
* shared/gdbstub/mips-stub.c: Add missing prototypes.
|
||||||
|
|||||||
@@ -931,6 +931,7 @@ CPU_Interrupt_frame current_thread_registers;
|
|||||||
* reacts to gdb's requests.
|
* reacts to gdb's requests.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
extern void clear_cache(void);
|
||||||
void handle_exception (rtems_vector_number vector, CPU_Interrupt_frame *frame)
|
void handle_exception (rtems_vector_number vector, CPU_Interrupt_frame *frame)
|
||||||
{
|
{
|
||||||
int host_has_detached = 0;
|
int host_has_detached = 0;
|
||||||
@@ -1439,12 +1440,7 @@ void handle_exception (rtems_vector_number vector, CPU_Interrupt_frame *frame)
|
|||||||
* but not necessarily the I-cache.
|
* but not necessarily the I-cache.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
{
|
clear_cache();
|
||||||
extern void clear_cache(void);
|
|
||||||
clear_cache();
|
|
||||||
}
|
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static int numsegs;
|
static int numsegs;
|
||||||
|
|||||||
Reference in New Issue
Block a user