Revision 614f104d tcg/sparc/tcg-target.c

b/tcg/sparc/tcg-target.c
1566 1566
    tcg_regset_set_reg(s->reserved_regs, TCG_REG_O6);
1567 1567
    tcg_regset_set_reg(s->reserved_regs, TCG_REG_O7);
1568 1568
    tcg_add_target_add_op_defs(sparc_op_defs);
1569
    tcg_set_frame(s, TCG_AREG0, offsetof(CPUState, temp_buf),
1570
                  CPU_TEMP_BUF_NLONGS * sizeof(long));
1569 1571
}

Also available in: Unified diff