Commit 0e52f7f5 by James Van Artsdalen

*** empty log message ***

From-SVN: r369
parent 7e929166
...@@ -3418,7 +3418,7 @@ ...@@ -3418,7 +3418,7 @@
#ifdef INTEL_SYNTAX #ifdef INTEL_SYNTAX
output_asm_insn (\"rep movsd\", xops); output_asm_insn (\"rep movsd\", xops);
#else #else
output_asm_insn (\"rep\;movs%L1\", xops); output_asm_insn (\"rep\;movsl\", xops);
#endif #endif
} }
if (INTVAL (operands[2]) & 0x02) if (INTVAL (operands[2]) & 0x02)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment