Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
e58e33dd
Commit
e58e33dd
authored
Apr 05, 2016
by
Matthias Braun
Browse files
amd64: Fix unitialized segment field
parent
ed1d3025
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/amd64/amd64_transform.c
View file @
e58e33dd
...
...
@@ -713,6 +713,7 @@ static void perform_address_matching(ir_node *ptr, int *arity,
get_entity_parameter_number
(
entity
)
==
IR_VA_START_PARAMETER_NUMBER
)
panic
(
"perform_address_matching: Request for invalid parameter (va_start parameter)"
);
addr
->
segment
=
X86_SEGMENT_DEFAULT
;
addr
->
immediate
=
maddr
.
imm
;
addr
->
log_scale
=
maddr
.
scale
;
addr
->
variant
=
variant
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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