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
832d6190
Commit
832d6190
authored
Aug 04, 2011
by
Matthias Braun
Browse files
call hook_new_entity after copying entity so the firm debugger can catch it
parent
eb7ac83b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/tr/entity.c
View file @
832d6190
...
...
@@ -193,6 +193,7 @@ static ir_entity *deep_entity_copy(ir_entity *old)
#ifdef DEBUG_libfirm
newe
->
nr
=
get_irp_new_node_nr
();
#endif
hook_new_entity
(
newe
);
return
newe
;
}
...
...
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