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
936f3c02
Commit
936f3c02
authored
Feb 12, 2016
by
yb9976
Browse files
Fix warning in optimize build.
parent
54502fbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_emitter.c
View file @
936f3c02
...
...
@@ -1646,6 +1646,7 @@ static unsigned emit_jit_entity_relocation_asm(char *const buffer,
ir_entity
*
const
entity
,
int32_t
const
offset
)
{
(
void
)
buffer
;
assert
(
buffer
==
NULL
);
if
(
be_kind
==
IA32_RELOCATION_RELJUMP
)
{
be_emit_irprintf
(
"
\t
.long %"
PRId32
"
\n
"
,
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