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
9e3120b9
Commit
9e3120b9
authored
Jul 19, 2015
by
Matthias Braun
Browse files
amd64: fix bug introduced in imm32 changes
parent
ff702c0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/amd64/amd64_transform.c
View file @
9e3120b9
...
...
@@ -629,7 +629,7 @@ static void perform_address_matching(ir_node *ptr, int *arity,
addr
->
index_input
=
NO_INPUT
;
}
ir_entity
*
entity
=
maddr
.
imm
.
entity
;
if
(
is_parameter_entity
(
entity
)
&&
if
(
entity
!=
NULL
&&
is_parameter_entity
(
entity
)
&&
get_entity_parameter_number
(
entity
)
==
IR_VA_START_PARAMETER_NUMBER
)
panic
(
"VA_START not supported yet"
);
...
...
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