m68k.c (m68k_output_function_epilogue): Add missing argument to asm_fprintf statement.
authorGunther Nikl <gni@gecko.de>
Sat, 18 Oct 2003 20:46:41 +0000 (20:46 +0000)
committerBernardo Innocenti <bernie@gcc.gnu.org>
Sat, 18 Oct 2003 20:46:41 +0000 (22:46 +0200)
* config/m68k/m68k.c (m68k_output_function_epilogue): Add missing
argument to asm_fprintf statement.

From-SVN: r72656

gcc/ChangeLog
gcc/config/m68k/m68k.c

index 115d2fca051ee5fd7979a29cced42255715def49..32e1d67d828b381c656a4dc9a3d8f07cf338ec7a 100644 (file)
@@ -1,3 +1,8 @@
+2003-10-18  Gunther Nikl  <gni@gecko.de>
+
+       * config/m68k/m68k.c (m68k_output_function_epilogue): Add missing
+       argument to asm_fprintf statement.
+
 2003-10-18  Fariborz Jahanian  <fjahanian@apple.com>
 
         * rs6000.md: Separate TARGET_POWERPC64 patterns for TARGET_64BIT or TARGET_32BIT.
index 00fd0ea08519288d00d35f31d3e072622b0e066d..1b9014cdd6c60be9b745ba53c787409fd7971816 100644 (file)
@@ -868,7 +868,8 @@ m68k_output_function_epilogue (FILE *stream, HOST_WIDE_INT size ATTRIBUTE_UNUSED
 #else
                asm_fprintf (stream, "\tmovel %s@(-%wd,%Ra1:l),%s\n",
                             reg_names[FRAME_POINTER_REGNUM],
-                            offset);
+                            offset,
+                            reg_names[i]);
 #endif
              }
             else if (restore_from_sp)