mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-09-02 06:51:53 -06:00
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
1 changed files with 0 additions and 1 deletions
|
@ -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]);
|
MIPS_DEBUG("%s %s, %d(%s)", opn, regnames[rt], offset, regnames[base]);
|
||||||
tcg_temp_free(t1);
|
tcg_temp_free(t1);
|
||||||
gen_store_gpr(t0, rt);
|
|
||||||
tcg_temp_free(t0);
|
tcg_temp_free(t0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue