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
d45bd211
Commit
d45bd211
authored
Oct 06, 2006
by
Christian Würdig
Browse files
fixed sel entity collector
parent
7b46de95
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/beabi.c
View file @
d45bd211
...
...
@@ -1405,7 +1405,8 @@ static void lower_frame_sels_walker(ir_node *irn, void *data)
nw
=
be_new_FrameAddr
(
env
->
isa
->
sp
->
reg_class
,
irg
,
bl
,
frame
,
ent
);
exchange
(
irn
,
nw
);
if
(
ptr
==
param_base
)
{
/* check, if it's a param sel and if have not seen this entity immediatly before */
if
(
ptr
==
param_base
&&
ctx
->
value_param_list
!=
ent
)
{
set_entity_link
(
ent
,
ctx
->
value_param_list
);
ctx
->
value_param_list
=
ent
;
}
...
...
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