Revision 31741a27

b/target-sparc/translate.c
1685 1685
{
1686 1686
    TCGv r_asi;
1687 1687

  
1688
    r_asi = gen_get_asi(insn, cpu_T[0]);
1689
    tcg_gen_helper_0_4(helper_stf_asi, cpu_T[0], r_asi, tcg_const_i32(size),
1688
    r_asi = gen_get_asi(insn, addr);
1689
    tcg_gen_helper_0_4(helper_stf_asi, addr, r_asi, tcg_const_i32(size),
1690 1690
                       tcg_const_i32(rd));
1691 1691
    tcg_gen_discard_i32(r_asi);
1692 1692
}

Also available in: Unified diff