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
9aaa3388
Commit
9aaa3388
authored
Jun 17, 2016
by
Manuel Mohr
Browse files
Use correct emitter for non-literal.
parent
4022220a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/bedwarf.c
View file @
9aaa3388
...
...
@@ -162,7 +162,7 @@ static unsigned get_sleb128_size(long value)
static
void
emit_ref
(
const
ir_entity
*
entity
)
{
const
char
*
directive
=
machine_size
==
64
?
"
\t
.quad "
:
"
\t
.long "
;
be_emit_
c
string
(
directive
);
be_emit_string
(
directive
);
be_gas_emit_entity
(
entity
);
be_emit_char
(
'\n'
);
be_emit_write_line
();
...
...
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