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
ac787246
Commit
ac787246
authored
Apr 04, 2016
by
Matthias Braun
Browse files
Fix warning
parent
3d2bbc65
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_transform.c
View file @
ac787246
...
...
@@ -3600,7 +3600,10 @@ static ir_node *create_lea_add_c(dbg_info *const dbgi, ir_node *const block,
ir_node
*
const
lea
=
new_bd_ia32_Lea
(
dbgi
,
block
,
base
,
noreg_GP
);
ia32_attr_t
*
const
attr
=
get_ia32_attr
(
lea
);
attr
->
addr
=
(
x86_addr_t
)
{
.
immediate
.
offset
=
offset
,
.
immediate
=
{
.
kind
=
X86_IMM_VALUE
,
.
offset
=
offset
,
},
.
variant
=
X86_ADDR_BASE
,
};
set_ia32_ls_mode
(
lea
,
ia32_mode_gp
);
...
...
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