Commit c7afb7e5 authored by Nobuhiro Iwamatsu's avatar Nobuhiro Iwamatsu Committed by Paul Mundt

sh: Fix memcpy() build error on sh4eb.

A trivial bug breaking the build on sh4eb.
Signed-off-by: default avatarNobuhiro Iwamatsu <hemamu@t-base.ne.jp>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 91550f71
......@@ -727,7 +727,7 @@ ENTRY(memcpy)
mov.l @(0x04,r5), r11 ! 18 LS (latency=2)
xtrct r9, r8 ! 48 EX
mov.w @(0x02,r5), r12 ! 18 LS (latency=2)
mov.l @(0x00,r5), r12 ! 18 LS (latency=2)
xtrct r10, r9 ! 48 EX
movca.l r0,@r1 ! 40 LS (latency=3-7)
......
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