fixed variable type bug
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Mon, 27 Mar 2006 12:45:50 +0000 (12:45 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Mon, 27 Mar 2006 12:45:50 +0000 (12:45 +0000)
ir/be/ia32/bearch_ia32.c

index e862ac3..9427409 100644 (file)
@@ -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;