From: Richard Kenner Date: Tue, 13 Dec 1994 23:21:44 +0000 (-0500) Subject: (FUNCTION_EXTRA_EPILOGUE): Fix typo in mov.l opcode. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d38248f679dfd0836da7d2a7e16a5aea1148fb2b;p=gcc.git (FUNCTION_EXTRA_EPILOGUE): Fix typo in mov.l opcode. From-SVN: r8650 --- diff --git a/gcc/config/m68k/tower-as.h b/gcc/config/m68k/tower-as.h index 0ef92a02e9d..28f8036a1c8 100644 --- a/gcc/config/m68k/tower-as.h +++ b/gcc/config/m68k/tower-as.h @@ -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. */