From b05c7aab6e15995cda1320640162bcdbe6a6ae39 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Sun, 14 Oct 2007 11:04:59 +0000 Subject: [PATCH] fix struct returns for real now [r16196] --- ir/be/beabi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ir/be/beabi.c b/ir/be/beabi.c index 43b07cf8c..8e97d28fb 100644 --- a/ir/be/beabi.c +++ b/ir/be/beabi.c @@ -655,6 +655,7 @@ static ir_node *adjust_call(be_abi_irg_t *env, ir_node *irn, ir_node *curr_sp) n_reg_results + pn_be_Call_first_res + pset_count(caller_save), n_ins, in, get_Call_type(irn)); } + be_Call_set_pop(low_call, call->pop); ARR_APP1(ir_node *, env->calls, low_call); /* create new stack pointer */ -- 2.20.1