Revision 4f7de373

b/target-sparc/translate.c
4521 4521
#endif
4522 4522
}
4523 4523

  
4524
static void tcg_macro_func(TCGContext *s, int macro_id, const int *dead_args)
4525
{
4526
}
4527

  
4528 4524
static inline int gen_intermediate_code_internal(TranslationBlock * tb,
4529 4525
                                                 int spc, CPUSPARCState *env)
4530 4526
{
......
4671 4667
    if (!inited) {
4672 4668
        inited = 1;
4673 4669

  
4674
        tcg_set_macro_func(&tcg_ctx, tcg_macro_func);
4675 4670
        cpu_env = tcg_global_reg_new(TCG_TYPE_PTR, TCG_AREG0, "env");
4676 4671
        cpu_regwptr = tcg_global_mem_new(TCG_TYPE_PTR, TCG_AREG0,
4677 4672
                                         offsetof(CPUState, regwptr),

Also available in: Unified diff