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
09efa2a5
Commit
09efa2a5
authored
May 10, 2006
by
Christian Würdig
Browse files
added cast to stop moaning
parent
848b0f5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_new_nodes.c
View file @
09efa2a5
...
...
@@ -1214,7 +1214,7 @@ void init_ia32_attributes(ir_node *node, arch_irn_flags_t flags, const ia32_regi
set_ia32_out_req_all
(
node
,
out_reqs
);
attr
->
data
.
n_res
=
n_res
;
memset
(
attr
->
slots
,
0
,
n_res
*
sizeof
(
attr
->
slots
[
0
]));
memset
(
(
void
*
)
attr
->
slots
,
0
,
n_res
*
sizeof
(
attr
->
slots
[
0
]));
}
/***************************************************************************************
...
...
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