oops - fix typo in previous delta
authorNick Clifton <nickc@gcc.gnu.org>
Thu, 11 Dec 2003 10:30:56 +0000 (10:30 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Thu, 11 Dec 2003 10:30:56 +0000 (10:30 +0000)
From-SVN: r74534

gcc/config/m32r/m32r.c

index c7c197defe3480d2de2c96bfb076596524095d24..33a856dc0d8f1c7490dc7251dd4063766aa33867 100644 (file)
@@ -2576,7 +2576,7 @@ m32r_not_same_reg (rtx a, rtx b)
 /* Use a library function to move some bytes.  */
 
 static void
-block_move_call (rtx dest, rtx src_reg, rtx bytes_rtx)
+block_move_call (rtx dest_reg, rtx src_reg, rtx bytes_rtx)
 {
   /* We want to pass the size as Pmode, which will normally be SImode
      but will be DImode if we are using 64 bit longs and pointers.  */