Commit 4f7de37327ca8d76ad998be10cd6113a90672e75
1 parent
bbff8895
remove absolete function
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4579 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
0 additions
and
5 deletions
target-sparc/translate.c
| ... | ... | @@ -4521,10 +4521,6 @@ static void disas_sparc_insn(DisasContext * dc) |
| 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,7 +4667,6 @@ void gen_intermediate_code_init(CPUSPARCState *env) |
| 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), | ... | ... |