]> git.proxmox.com Git - mirror_qemu.git/commitdiff
target-mips: remove excp_names[] from linux-user as it is unused
authorLeon Alrae <leon.alrae@imgtec.com>
Wed, 10 Dec 2014 16:30:59 +0000 (16:30 +0000)
committerLeon Alrae <leon.alrae@imgtec.com>
Tue, 16 Dec 2014 12:45:20 +0000 (12:45 +0000)
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
target-mips/helper.c

index c4b3658098a7d4ea129476a9e80dd22a659b01aa..7d26705cb5c2bfbd7a1ae101a1b2d7559927868e 100644 (file)
@@ -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)
 {