- fixed includes
git-svn-id: http://moon:8086/svn/mips@185 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include "asm/regdef.h"
|
||||
#include "xcpt.h"
|
||||
#include "irq.h"
|
||||
#include <cop0.h>
|
||||
|
||||
static fp_irq_t g_irq_handler[MAX_NUM_IRQ] = {NULL};
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
#include "xcpt.h"
|
||||
#include "libsys.h"
|
||||
#include "mips_dis.h"
|
||||
#include "cop0.h"
|
||||
|
||||
extern int instr_info(unsigned iword, instr_info_t *pInfo);
|
||||
extern int tdisasm(char *buffer, unsigned address, unsigned iword, unsigned char ext, unsigned *regmask, unsigned *symbol_value, unsigned *ls_register);
|
||||
@@ -378,7 +379,9 @@ int dbg_handler(struct xcptcontext * xcp)
|
||||
dbg_puts_d("2. Restore after RU at ");dbg_print_word_d((long)mgmt_bp_ru[1].pAddr);dbg_puts_d("\n");
|
||||
}
|
||||
if (!g_is_ss)
|
||||
return;
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user