From a4256730f8ef7761b6f6832f8a796faed032e8be Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Thu, 14 Jun 2007 11:38:05 +0000 Subject: [PATCH] fix fehler19 [r14491] --- ir/be/beabi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/beabi.c b/ir/be/beabi.c index e10097a1e..c2149bf71 100644 --- a/ir/be/beabi.c +++ b/ir/be/beabi.c @@ -687,7 +687,7 @@ static ir_node *adjust_call(be_abi_irg_t *env, ir_node *irn, ir_node *curr_sp, i be_abi_call_arg_t *arg = get_call_arg(call, 0, index); assert(arg->reg != NULL); - be_set_constr_single_reg(low_call, be_pos_Call_first_arg + index, arg->reg); + be_set_constr_single_reg(low_call, be_pos_Call_first_arg + i, arg->reg); } /* Set the register constraints of the results. */ -- 2.20.1