Fix for MIPS issue. (#733)

This commit is contained in:
xorstream
2017-01-23 15:39:34 +11:00
committed by Nguyen Anh Quynh
parent 2ecbe89cc1
commit 69ae8f7987
9 changed files with 229 additions and 227 deletions

View File

@ -382,8 +382,8 @@ static const char * const excp_names[EXCP_LAST + 1] = {
"debug single step",
"debug interrupt",
"debug data break load",
"debug data break store",
"non-maskable interrupt",
"debug data break store",
"non-maskable interrupt",
"machine check",
"interrupt",
"deferred watchpoint",
@ -413,7 +413,7 @@ static const char * const excp_names[EXCP_LAST + 1] = {
"DSP disabled",
"MSA disabled",
"MSA floating point",
"TLB execute-inhibit",
"TLB execute-inhibit",
"TLB read-inhibit",
};