Commit 344b983d9b653b47468b6f5b5a4fbbdc8894995f

Authored by Aurelien Jarno
1 parent feeb3b6a

target-mips: remove useless code in gen_st_cond()

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Showing 1 changed file with 0 additions and 1 deletions
target-mips/translate.c
... ... @@ -1186,7 +1186,6 @@ static void gen_st_cond (DisasContext *ctx, uint32_t opc, int rt,
1186 1186 }
1187 1187 MIPS_DEBUG("%s %s, %d(%s)", opn, regnames[rt], offset, regnames[base]);
1188 1188 tcg_temp_free(t1);
1189   - gen_store_gpr(t0, rt);
1190 1189 tcg_temp_free(t0);
1191 1190 }
1192 1191  
... ...