Revision 94ced075

b/target-sparc/op_helper.c
618 618
                stl_phys((target_phys_addr_t)(T0 & ~3)
619 619
                           | ((target_phys_addr_t)(asi & 0xf) << 32), T1);
620 620
                stl_phys((target_phys_addr_t)((T0 + 4) & ~3)
621
                           | ((target_phys_addr_t)(asi & 0xf) << 32), T1);
621
                           | ((target_phys_addr_t)(asi & 0xf) << 32), T2);
622 622
                break;
623 623
            }
624 624
        }

Also available in: Unified diff