From 2b5d424ded21f6f9250f21f0bbdf66dd422232da Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 28 Feb 2019 16:21:09 -0500 Subject: [PATCH] target/mips: Amend botched rename --- qemu/target/mips/translate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu/target/mips/translate.c b/qemu/target/mips/translate.c index 25b84ced..0239c301 100644 --- a/qemu/target/mips/translate.c +++ b/qemu/target/mips/translate.c @@ -27622,7 +27622,7 @@ static void decode_mmi(CPUMIPSState *env, DisasContext *ctx) } } -static void decode_mmi_lq(CPUMIPSState *env, DisasContext *ctx) +static void gen_mmi_lq(CPUMIPSState *env, DisasContext *ctx) { generate_exception_end(ctx, EXCP_RI); /* TODO: MMI_OPC_LQ */ } @@ -29705,7 +29705,7 @@ static void decode_opc(CPUMIPSState *env, DisasContext *ctx, bool *insn_need_pat case OPC_MSA: /* OPC_MDMX */ if (ctx->insn_flags & INSN_R5900) { #if defined(TARGET_MIPS64) - decode_mmi_lq(env, ctx); /* MMI_OPC_LQ */ + gen_mmi_lq(env, ctx); /* MMI_OPC_LQ */ #endif } else { /* MDMX: Not implemented. */