Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
502b051f
Commit
502b051f
authored
Nov 11, 2008
by
Christoph Mallon
Browse files
Fix r23571.
[r23576]
parent
4068d0cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/beabi.c
View file @
502b051f
...
...
@@ -500,6 +500,7 @@ static ir_node *adjust_call(be_abi_irg_t *env, ir_node *irn, ir_node *curr_sp)
curr_sp
=
be_new_IncSP
(
sp
,
irg
,
bl
,
curr_sp
,
stack_size
,
1
);
}
dbgi
=
get_irn_dbg_info
(
irn
);
/* If there are some parameters which shall be passed on the stack. */
if
(
n_stack_params
>
0
)
{
int
curr_ofs
=
0
;
...
...
@@ -523,7 +524,6 @@ static ir_node *adjust_call(be_abi_irg_t *env, ir_node *irn, ir_node *curr_sp)
obstack_ptr_grow
(
obst
,
curr_mem
);
}
dbgi
=
get_irn_dbg_info
(
irn
);
for
(
i
=
0
;
i
<
n_stack_params
;
++
i
)
{
int
p
=
stack_param_idx
[
i
];
be_abi_call_arg_t
*
arg
=
get_call_arg
(
call
,
0
,
p
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment