- 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:
2017-01-22 14:30:49 +00:00
parent e86064fd65
commit 273b7a6a79
7 changed files with 82 additions and 17 deletions
+1 -1
View File
@@ -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