From b314f2706b7db8def5d4e82024fd8e7d244493ef Mon Sep 17 00:00:00 2001 From: bellard Date: Sun, 25 May 2008 18:21:31 +0000 Subject: suppressed unused macro handling git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4580 c046a42c-6fe2-441c-8c8c-71466251a162 --- tcg/tcg.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tcg/tcg.h') diff --git a/tcg/tcg.h b/tcg/tcg.h index e62969e070..6df0425101 100644 --- a/tcg/tcg.h +++ b/tcg/tcg.h @@ -205,8 +205,6 @@ typedef struct TCGHelperInfo { typedef struct TCGContext TCGContext; -typedef void TCGMacroFunc(TCGContext *s, int macro_id, const int *dead_args); - struct TCGContext { uint8_t *pool_cur, *pool_end; TCGPool *pool_first, *pool_current; @@ -240,7 +238,6 @@ struct TCGContext { uint8_t *code_ptr; TCGTemp static_temps[TCG_MAX_TEMPS]; - TCGMacroFunc *macro_func; TCGHelperInfo *helpers; int nb_helpers; int allocated_helpers; @@ -301,7 +298,6 @@ int dyngen_code_search_pc(TCGContext *s, uint8_t *gen_code_buf, long offset); void tcg_set_frame(TCGContext *s, int reg, tcg_target_long start, tcg_target_long size); -void tcg_set_macro_func(TCGContext *s, TCGMacroFunc *func); TCGv tcg_global_reg_new(TCGType type, int reg, const char *name); TCGv tcg_global_reg2_new_hack(TCGType type, int reg1, int reg2, const char *name); -- cgit v1.2.3