Commit f8e405a3 by Nick Clifton

oops - fix typo in previous delta

From-SVN: r74534
parent 1f92da87
...@@ -2576,7 +2576,7 @@ m32r_not_same_reg (rtx a, rtx b) ...@@ -2576,7 +2576,7 @@ m32r_not_same_reg (rtx a, rtx b)
/* Use a library function to move some bytes. */ /* Use a library function to move some bytes. */
static void 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 /* 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. */ but will be DImode if we are using 64 bit longs and pointers. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment