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
048e7674
Commit
048e7674
authored
Jan 28, 2016
by
Christoph Mallon
Browse files
irmemory: Handle Sub in get_address_info().
This fixes opt/loadstore9.c
parent
1e409c3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ana/irmemory.c
View file @
048e7674
...
...
@@ -284,6 +284,11 @@ follow_ptr:
break
;
}
case
iro_Sub
:
has_const_offset
=
false
;
addr
=
get_Sub_left
(
addr
);
break
;
default:
return
(
address_info
){
addr
,
sym_offset
,
offset
,
has_const_offset
};
}
...
...
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