Commit bbff8895dad6b193f968b1ae19ef8a53b3c9c279
1 parent
1e4840bf
remove absolete function
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4578 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
0 additions
and
5 deletions
target-cris/translate.c
| ... | ... | @@ -3028,10 +3028,6 @@ void cpu_dump_state (CPUState *env, FILE *f, |
| 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,7 +3038,6 @@ CPUCRISState *cpu_cris_init (const char *cpu_model) |
| 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, | ... | ... |