summaryrefslogtreecommitdiffstats
path: root/target-mips
diff options
context:
space:
mode:
Diffstat (limited to 'target-mips')
-rw-r--r--target-mips/translate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-mips/translate.c b/target-mips/translate.c
index 293bf7e5f3..2b617c5518 100644
--- a/target-mips/translate.c
+++ b/target-mips/translate.c
@@ -7295,7 +7295,7 @@ static void gen_flt3_ldst (DisasContext *ctx, uint32_t opc,
tcg_gen_extu_i32_tl(t1, fp0);
tcg_gen_qemu_st32(t1, t0, ctx->mem_idx);
tcg_temp_free_i32(fp0);
- tcg_temp_free_i32(t1);
+ tcg_temp_free(t1);
}
opn = "swxc1";
store = 1;