From: Leon Alrae Date: Wed, 10 Dec 2014 16:30:59 +0000 (+0000) Subject: target-mips: remove excp_names[] from linux-user as it is unused X-Git-Tag: v2.3.0-rc0~133^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4fa5354a246a1c6cb538a5d8ebcc21206d502fb;p=thirdparty%2Fqemu.git target-mips: remove excp_names[] from linux-user as it is unused Signed-off-by: Leon Alrae Reviewed-by: Peter Maydell --- diff --git a/target-mips/helper.c b/target-mips/helper.c index c4b3658098a..7d26705cb5c 100644 --- a/target-mips/helper.c +++ b/target-mips/helper.c @@ -388,7 +388,6 @@ hwaddr cpu_mips_translate_address(CPUMIPSState *env, target_ulong address, int r return physical; } } -#endif static const char * const excp_names[EXCP_LAST + 1] = { [EXCP_RESET] = "reset", @@ -429,6 +428,7 @@ static const char * const excp_names[EXCP_LAST + 1] = { [EXCP_MSADIS] = "MSA disabled", [EXCP_MSAFPE] = "MSA floating point", }; +#endif target_ulong exception_resume_pc (CPUMIPSState *env) {