diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-12-13 18:21:44 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-12-13 18:21:44 -0500 |
commit | d38248f679dfd0836da7d2a7e16a5aea1148fb2b (patch) | |
tree | 18e32e6bd3858658cbea776c722d7b4be878e1a7 /gcc | |
parent | b1f82ccff14888c2a4048f579b901dbb20d5fc5c (diff) | |
download | gcc-d38248f679dfd0836da7d2a7e16a5aea1148fb2b.zip gcc-d38248f679dfd0836da7d2a7e16a5aea1148fb2b.tar.gz gcc-d38248f679dfd0836da7d2a7e16a5aea1148fb2b.tar.bz2 |
(FUNCTION_EXTRA_EPILOGUE): Fix typo in mov.l opcode.
From-SVN: r8650
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/tower-as.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/tower-as.h b/gcc/config/m68k/tower-as.h index 0ef92a0..28f8036 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. */ |