- refactored debugger

- jump to exc-handler instead of call

git-svn-id: http://moon:8086/svn/mips@115 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
2017-01-21 17:46:50 +00:00
parent d1f91b7282
commit c6962aef49
5 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ void flush_i_cache()
/* at least NUMREGBYTES*2 are needed for register packets */
#define BUFMAX 2048
static const char hexchars[]="0123456789abcdef";
const char hexchars[]="0123456789abcdef";
#define NUMREGS 72
+1 -2
View File
@@ -5,8 +5,7 @@
.section .exc_vect, "ax"
.align 2
_xcpt_vector_tbl:
la k0, _xcpt_handler
jr k0
j _xcpt_handler
nop
.text