diff --git a/qemu/target-mips/helper.c b/qemu/target-mips/helper.c index 8d01f5a3..ef86d223 100644 --- a/qemu/target-mips/helper.c +++ b/qemu/target-mips/helper.c @@ -366,7 +366,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] = { "reset", @@ -408,6 +407,7 @@ static const char * const excp_names[EXCP_LAST + 1] = { "TLB execute-inhibit", "TLB read-inhibit", }; +#endif target_ulong exception_resume_pc (CPUMIPSState *env) {