mirror of https://gitee.com/openkylin/qemu.git
Accidentally dropped one change from previous commit
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4129 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
e89f00e6a3
commit
31741a27fa
|
@ -1685,8 +1685,8 @@ static inline void gen_stf_asi(TCGv addr, int insn, int size, int rd)
|
||||||
{
|
{
|
||||||
TCGv r_asi;
|
TCGv r_asi;
|
||||||
|
|
||||||
r_asi = gen_get_asi(insn, cpu_T[0]);
|
r_asi = gen_get_asi(insn, addr);
|
||||||
tcg_gen_helper_0_4(helper_stf_asi, cpu_T[0], r_asi, tcg_const_i32(size),
|
tcg_gen_helper_0_4(helper_stf_asi, addr, r_asi, tcg_const_i32(size),
|
||||||
tcg_const_i32(rd));
|
tcg_const_i32(rd));
|
||||||
tcg_gen_discard_i32(r_asi);
|
tcg_gen_discard_i32(r_asi);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue