- constify

git-svn-id: http://moon:8086/svn/mips@30 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
2015-05-27 20:14:16 +00:00
parent 60bf5a2d2b
commit c2a5ca1864
+1 -1
View File
@@ -9,7 +9,7 @@
static fp_xcpt_t g_xcpt_handler[MAX_NUM_XCPT] = {NULL};
char *_xcpt_code_str[MAX_NUM_XCPT] =
const char 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",