- bootloader prepared for use mit mips debugger
- changed address of debugger entry - mips_dbg: no use om memset and memcpy git-svn-id: http://moon:8086/svn/mips@120 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
@@ -20,7 +20,7 @@ int gdb_stub(struct xcptcontext * xcp)
|
||||
return 0;
|
||||
}
|
||||
#ifdef WITH_ROM_GDBSTUB
|
||||
const fp_xcpt_t dbg_func = (fp_xcpt_t)0xbfc01f00;
|
||||
const fp_xcpt_t dbg_func = (fp_xcpt_t)0xbfc01fc0;
|
||||
#else
|
||||
const fp_xcpt_t dbg_func = (fp_xcpt_t)gdb_stub;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user