(FUNCTION_EXTRA_EPILOGUE): Copy a0 to d0, not the other way.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 8 Jul 1994 22:45:49 +0000 (18:45 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 8 Jul 1994 22:45:49 +0000 (18:45 -0400)
From-SVN: r7690

gcc/config/m68k/mot3300.h

index 0de71630c4031cd4e24af2b3c37ee40c66671558..341333ad64abf982b109259431e35f82db8e0459 100644 (file)
@@ -108,7 +108,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, "\tmov.l %Rd0,%Ra0\n"); } 
+      asm_fprintf (FILE, "\tmov.l %Ra0,%Rd0\n"); } 
 
 #undef FUNCTION_PROFILER
 #define FUNCTION_PROFILER(FILE, LABEL_NO)      \