From f8e405a35a16d26e3b5754bf9fe475cbbea1add5 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 11 Dec 2003 10:30:56 +0000 Subject: [PATCH] oops - fix typo in previous delta From-SVN: r74534 --- gcc/config/m32r/m32r.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/m32r/m32r.c b/gcc/config/m32r/m32r.c index c7c197defe34..33a856dc0d8f 100644 --- a/gcc/config/m32r/m32r.c +++ b/gcc/config/m32r/m32r.c @@ -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. */