target-mips: remove useless code in gen_st_cond()
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
feeb3b6a7a
commit
344b983d9b
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user