Revision bbff8895 target-cris/translate.c

b/target-cris/translate.c
3028 3028

  
3029 3029
}
3030 3030

  
3031
static void tcg_macro_func(TCGContext *s, int macro_id, const int *dead_args)
3032
{
3033
}
3034

  
3035 3031
CPUCRISState *cpu_cris_init (const char *cpu_model)
3036 3032
{
3037 3033
	CPUCRISState *env;
......
3042 3038
		return NULL;
3043 3039
	cpu_exec_init(env);
3044 3040

  
3045
	tcg_set_macro_func(&tcg_ctx, tcg_macro_func);
3046 3041
	cpu_env = tcg_global_reg_new(TCG_TYPE_PTR, TCG_AREG0, "env");
3047 3042
#if TARGET_LONG_BITS > HOST_LONG_BITS
3048 3043
	cpu_T[0] = tcg_global_mem_new(TCG_TYPE_TL, 

Also available in: Unified diff