mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-11 21:03:45 +08:00
oops - fix typo in previous delta
From-SVN: r74534
This commit is contained in:
parent
1f92da8717
commit
f8e405a35a
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user