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
5620b55b
Commit
5620b55b
authored
Oct 11, 2008
by
Michael Beck
Browse files
- removed C99 features
[r22714]
parent
6e6376dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_emitter.c
View file @
5620b55b
...
...
@@ -678,9 +678,11 @@ emit_S:
be_emit_char
(
'$'
);
emit_ia32_Immediate_no_prefix
(
in
);
}
else
{
const
arch_register_t
*
reg
;
if
(
mod
&
EMIT_ALTERNATE_AM
)
be_emit_char
(
'*'
);
const
arch_register_t
*
reg
=
get_in_reg
(
node
,
pos
);
reg
=
get_in_reg
(
node
,
pos
);
emit_register
(
reg
,
mod
&
EMIT_RESPECT_LS
?
get_ia32_ls_mode
(
node
)
:
NULL
);
}
break
;
...
...
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