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
9a623286
Commit
9a623286
authored
Jan 02, 2009
by
Michael Beck
Browse files
- add some early assert() debugging helper
[r25034]
parent
50102ed2
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/beabi.c
View file @
9a623286
...
...
@@ -1534,6 +1534,7 @@ static void lower_frame_sels_walker(ir_node *irn, void *data)
assert
(
get_entity_owner
(
ent
)
==
ctx
->
value_tp
);
pos
=
get_struct_member_index
(
ctx
->
value_tp
,
ent
);
ent
=
get_entity_link
(
ent
);
assert
(
ent
!=
NULL
);
}
nw
=
be_new_FrameAddr
(
ctx
->
sp_class
,
current_ir_graph
,
bl
,
ctx
->
frame
,
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