aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--target-mips/translate.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/target-mips/translate.c b/target-mips/translate.c
index cc8b329..2eee11b 100644
--- a/target-mips/translate.c
+++ b/target-mips/translate.c
@@ -1186,7 +1186,6 @@ static void gen_st_cond (DisasContext *ctx, uint32_t opc, int rt,
}
MIPS_DEBUG("%s %s, %d(%s)", opn, regnames[rt], offset, regnames[base]);
tcg_temp_free(t1);
- gen_store_gpr(t0, rt);
tcg_temp_free(t0);
}