- constify strings

git-svn-id: http://moon:8086/svn/mips@32 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
2015-05-27 20:46:05 +00:00
parent 0ac3ad9d75
commit 139e91efaa
+1 -1
View File
@@ -9,7 +9,7 @@
static fp_xcpt_t g_xcpt_handler[MAX_NUM_XCPT] = {NULL};
const char const *_xcpt_code_str[MAX_NUM_XCPT] =
char const * const _xcpt_code_str[MAX_NUM_XCPT] =
{
"Interrupt", "Mod", "TLBL", "TLBS", "AdEL", "AdES", "IBE", "DBE",
"Syscall", "Break", "RI", "CpU", "Ov", "Tr", "NCD/VCEI", "MC/FPE",