- added and use gdb-stub

git-svn-id: http://moon:8086/svn/mips@87 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
2017-01-16 19:25:08 +00:00
parent 07d42195cf
commit b23ccf5a8c
4 changed files with 56 additions and 55 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ LEAF(_xcpt_handler)
/* allocate exception stack frame (on 8-byte boundary) */
li k1, XCP_SIZE
subu k1, sp, k1
srl k1, 3 /* shift right/left -> alligned on boundary */
subu k1, sp, k1
srl k1, 3 /* shift right/left -> alligned on boundary */
sll k1, 3
/* save enough registers to get by */