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
0563b37d
Commit
0563b37d
authored
May 21, 2008
by
Michael Beck
Browse files
- BugFix: replaced wrong cast by right code (no crash because offset is 0)
[r19714]
parent
33113940
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/benode.c
View file @
0563b37d
...
...
@@ -1596,7 +1596,7 @@ arch_irn_handler_t *be_phi_handler_new(const arch_env_t *arch_env)
h
->
irn_ops
.
impl
=
&
phi_irn_ops
;
h
->
arch_env
=
arch_env
;
h
->
phi_attrs
=
pmap_create
();
return
(
arch_
irn_handler
_t
*
)
h
;
return
&
h
->
irn_handler
;
}
void
be_phi_handler_free
(
arch_irn_handler_t
*
handler
)
...
...
Write
Preview
Supports
Markdown
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