From d38248f679dfd0836da7d2a7e16a5aea1148fb2b Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 13 Dec 1994 18:21:44 -0500 Subject: [PATCH] (FUNCTION_EXTRA_EPILOGUE): Fix typo in mov.l opcode. From-SVN: r8650 --- gcc/config/m68k/tower-as.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/m68k/tower-as.h b/gcc/config/m68k/tower-as.h index 0ef92a02e9d8..28f8036a1c82 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. */ -- 2.43.5