diff options
author | James Van Artsdalen <jrv@gnu.org> | 1992-02-29 16:13:58 +0000 |
---|---|---|
committer | James Van Artsdalen <jrv@gnu.org> | 1992-02-29 16:13:58 +0000 |
commit | 0e52f7f58b8338f44c515a83f33ea83b932f31ea (patch) | |
tree | fdb625c46cf6dc16abfde1293423145354654edf /gcc | |
parent | 7e929166227dd21fdb2a312e8e6a94b767e15c12 (diff) | |
download | gcc-0e52f7f58b8338f44c515a83f33ea83b932f31ea.zip gcc-0e52f7f58b8338f44c515a83f33ea83b932f31ea.tar.gz gcc-0e52f7f58b8338f44c515a83f33ea83b932f31ea.tar.bz2 |
*** empty log message ***
From-SVN: r369
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/i386.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 95b3adb..aa8fa53 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) |