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
f0dc1414
Commit
f0dc1414
authored
Dec 13, 2006
by
Matthias Braun
Browse files
fix bitfield output missing bytes
parent
0f068c12
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_gen_decls.c
View file @
f0dc1414
...
...
@@ -424,6 +424,7 @@ static void dump_compound_init(obstack_t *obst, entity *ent)
get_entity_ld_name
(
ent
));
}
value_len
+=
offset_bits
;
for
(
j
=
0
;
j
<
4
&&
value_len
>
0
;
++
j
)
{
assert
(
offset
+
j
<
type_size
);
assert
(
vals
[
offset
+
j
].
kind
==
BITFIELD
||
vals
[
offset
+
j
].
v
.
value
==
NULL
);
...
...
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