From: Christian Würdig Date: Mon, 27 Mar 2006 12:45:50 +0000 (+0000) Subject: fixed variable type bug X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=b6435aada20fc117d84a9bbea099a13bf1d5d32e;p=libfirm fixed variable type bug --- diff --git a/ir/be/ia32/bearch_ia32.c b/ir/be/ia32/bearch_ia32.c index e862ac3c9..94274093f 100644 --- a/ir/be/ia32/bearch_ia32.c +++ b/ir/be/ia32/bearch_ia32.c @@ -443,7 +443,7 @@ static void ia32_finish_irg_walker(ir_node *irn, void *env) { const arch_register_t *out_reg, *in_reg; int n_res, i; ir_node *copy, *in_node, *block; - ia32_op_type_t *op_tp; + ia32_op_type_t op_tp; if (! is_ia32_irn(irn)) return;