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
ec68b2aa
Commit
ec68b2aa
authored
Dec 23, 2004
by
Michael Beck
Browse files
added missing initialization
[r4759]
parent
ca792bad
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/tr/tpop.c
View file @
ec68b2aa
...
...
@@ -35,8 +35,9 @@ new_tpop (tp_opcode code, ident *name, unsigned flags, size_t attr_size)
tp_op
*
res
;
res
=
xmalloc
(
sizeof
(
*
res
));
res
->
code
=
code
;
res
->
name
=
name
;
res
->
code
=
code
;
res
->
name
=
name
;
res
->
flags
=
flags
;
res
->
attr_size
=
attr_size
;
return
res
;
}
...
...
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