From: James Van Artsdalen Date: Sat, 29 Feb 1992 16:13:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0e52f7f58b8338f44c515a83f33ea83b932f31ea;p=gcc.git *** empty log message *** From-SVN: r369 --- diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 95b3adbdab2..aa8fa5397e4 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -3418,7 +3418,7 @@ #ifdef INTEL_SYNTAX output_asm_insn (\"rep movsd\", xops); #else - output_asm_insn (\"rep\;movs%L1\", xops); + output_asm_insn (\"rep\;movsl\", xops); #endif } if (INTVAL (operands[2]) & 0x02)