(FUNCTION_EXTRA_EPILOGUE): Fix typo in mov.l opcode.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 13 Dec 1994 23:21:44 +0000 (18:21 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 13 Dec 1994 23:21:44 +0000 (18:21 -0500)
From-SVN: r8650

gcc/config/m68k/tower-as.h

index 0ef92a02e9d81f87b636b3ffcadd43522a547463..28f8036a1c8230c28fc3721ac814fdce34dbc9a7 100644 (file)
@@ -180,7 +180,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
   { extern int current_function_returns_pointer;                       \
     if ((current_function_returns_pointer) &&                          \
       ! find_equiv_reg (0, get_last_insn (), 0, 0, 0, 8, Pmode))        \
-      asm_fprintf (FILE, "\tmovl %Rd0,%Ra0\n"); } 
+      asm_fprintf (FILE, "\tmov.l %Rd0,%Ra0\n"); } 
 
 /* This is how to output an insn to push a register on the stack.
    It need not be very fast code.  */