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
e02d2a32
Commit
e02d2a32
authored
Oct 02, 2015
by
Christoph Mallon
Browse files
cleanup: Remove stray '\'.
parent
b5bbe9e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/begnuas.c
View file @
e02d2a32
...
...
@@ -1442,7 +1442,7 @@ static void emit_global(be_main_env_t const *const main_env,
be_gas_emit_entity
(
entity
);
be_emit_cstring
(
", "
);
be_emit_char
(
be_gas_elf_type_char
);
be_emit_cstring
(
"object
\n\t
.size
\t
"
);
\
be_emit_cstring
(
"object
\n\t
.size
\t
"
);
be_gas_emit_entity
(
entity
);
ir_type
*
const
type
=
get_entity_type
(
entity
);
be_emit_irprintf
(
", %u
\n
"
,
get_type_size_bytes
(
type
));
...
...
Write
Preview
Supports
Markdown
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