OSDN Git Service

oops - fix typo in previous delta
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Dec 2003 10:30:56 +0000 (10:30 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Dec 2003 10:30:56 +0000 (10:30 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74534 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/m32r/m32r.c

index c7c197d..33a856d 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.  */