Commit 5a2724d7 by Richard Kenner

*** empty log message ***

From-SVN: r1243
parent ea8fd45e
......@@ -1142,12 +1142,12 @@ emit_block_move (x, y, size, align)
emit_library_call (memcpy_libfunc, 1,
VOIDmode, 3, XEXP (x, 0), Pmode,
XEXP (y, 0), Pmode,
size, Pmode);
convert_to_mode (Pmode, size, 1), Pmode);
#else
emit_library_call (bcopy_libfunc, 1,
VOIDmode, 3, XEXP (y, 0), Pmode,
XEXP (x, 0), Pmode,
size, Pmode);
convert_to_mode (Pmode, size, 1), Pmode);
#endif
}
}
......
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