aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNick Clifton <nickc@gcc.gnu.org>2003-12-11 10:30:56 +0000
committerNick Clifton <nickc@gcc.gnu.org>2003-12-11 10:30:56 +0000
commitf8e405a35a16d26e3b5754bf9fe475cbbea1add5 (patch)
tree3c6d5f1837af0afb2e8c5495e5bebb544f2eeeb0 /gcc
parent1f92da87179c353ecf8e5a19c60fcd78b27c3a6c (diff)
downloadgcc-f8e405a35a16d26e3b5754bf9fe475cbbea1add5.zip
gcc-f8e405a35a16d26e3b5754bf9fe475cbbea1add5.tar.gz
gcc-f8e405a35a16d26e3b5754bf9fe475cbbea1add5.tar.bz2
oops - fix typo in previous delta
From-SVN: r74534
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/m32r/m32r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m32r/m32r.c b/gcc/config/m32r/m32r.c
index c7c197d..33a856d 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. */