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
4f703c39
Commit
4f703c39
authored
Apr 19, 2007
by
Matthias Braun
Browse files
another fix
[r13401]
parent
c6319726
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_emitter.c
View file @
4f703c39
...
@@ -1584,7 +1584,7 @@ void Copy_emitter(ia32_emit_env_t *env, const ir_node *node, const ir_node *op)
...
@@ -1584,7 +1584,7 @@ void Copy_emitter(ia32_emit_env_t *env, const ir_node *node, const ir_node *op)
return
;
return
;
mode
=
get_irn_mode
(
node
);
mode
=
get_irn_mode
(
node
);
if
(
mode
==
mode_
LLu
)
{
if
(
mode
==
mode_
E
)
{
be_emit_cstring
(
env
,
"
\t
movsd "
);
be_emit_cstring
(
env
,
"
\t
movsd "
);
ia32_emit_source_register
(
env
,
node
,
0
);
ia32_emit_source_register
(
env
,
node
,
0
);
be_emit_cstring
(
env
,
", "
);
be_emit_cstring
(
env
,
", "
);
...
...
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