target-mips: remove excp_names[] from linux-user as it is unused

Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
Leon Alrae 2014-12-10 16:30:59 +00:00
parent 8ef3915263
commit d4fa5354a2

View File

@ -388,7 +388,6 @@ hwaddr cpu_mips_translate_address(CPUMIPSState *env, target_ulong address, int r
return physical; return physical;
} }
} }
#endif
static const char * const excp_names[EXCP_LAST + 1] = { static const char * const excp_names[EXCP_LAST + 1] = {
[EXCP_RESET] = "reset", [EXCP_RESET] = "reset",
@ -429,6 +428,7 @@ static const char * const excp_names[EXCP_LAST + 1] = {
[EXCP_MSADIS] = "MSA disabled", [EXCP_MSADIS] = "MSA disabled",
[EXCP_MSAFPE] = "MSA floating point", [EXCP_MSAFPE] = "MSA floating point",
}; };
#endif
target_ulong exception_resume_pc (CPUMIPSState *env) target_ulong exception_resume_pc (CPUMIPSState *env)
{ {