oops - fix typo in previous delta
From-SVN: r74534
This commit is contained in:
parent
1f92da8717
commit
f8e405a35a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue