oops - fix typo in previous delta

From-SVN: r74534
This commit is contained in:
Nick Clifton 2003-12-11 10:30:56 +00:00
parent 1f92da8717
commit f8e405a35a

View 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. */