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
acb97e6f
Commit
acb97e6f
authored
Jul 23, 2012
by
yb9976
Browse files
Eat format specifier parameter.
This fixes backend/setmem.c.
parent
43b545e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_emitter.c
View file @
acb97e6f
...
...
@@ -629,6 +629,7 @@ emit_I:
}
else
if
(
'0'
<=
*
fmt
&&
*
fmt
<=
'9'
)
{
cc
=
get_ia32_condcode
(
node
);
cc
=
determine_final_cc
(
node
,
*
fmt
-
'0'
,
cc
);
++
fmt
;
}
else
{
goto
unknown
;
}
...
...
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