diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-25 18:01:24 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-25 18:01:24 +0000 |
commit | bbff8895dad6b193f968b1ae19ef8a53b3c9c279 (patch) | |
tree | bc1df277f407b2461449d1b8755488fc6117bf27 /target-cris/translate.c | |
parent | 1e4840bf40f1bcb08ed539cb644522707902a421 (diff) |
remove absolete function
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4578 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-cris/translate.c')
-rw-r--r-- | target-cris/translate.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target-cris/translate.c b/target-cris/translate.c index 1c7b73f90c..6674ca97ad 100644 --- a/target-cris/translate.c +++ b/target-cris/translate.c @@ -3028,10 +3028,6 @@ void cpu_dump_state (CPUState *env, FILE *f, } -static void tcg_macro_func(TCGContext *s, int macro_id, const int *dead_args) -{ -} - CPUCRISState *cpu_cris_init (const char *cpu_model) { CPUCRISState *env; @@ -3042,7 +3038,6 @@ CPUCRISState *cpu_cris_init (const char *cpu_model) return NULL; cpu_exec_init(env); - tcg_set_macro_func(&tcg_ctx, tcg_macro_func); cpu_env = tcg_global_reg_new(TCG_TYPE_PTR, TCG_AREG0, "env"); #if TARGET_LONG_BITS > HOST_LONG_BITS cpu_T[0] = tcg_global_mem_new(TCG_TYPE_TL, |