mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
sh: Fix memcpy() build error on sh4eb.
A trivial bug breaking the build on sh4eb. Signed-off-by: Nobuhiro Iwamatsu <hemamu@t-base.ne.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
91550f715b
commit
c7afb7e5cb
@ -727,8 +727,8 @@ 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)
|
||||
xtrct r10, r9 ! 48 EX
|
||||
mov.l @(0x00,r5), r12 ! 18 LS (latency=2)
|
||||
xtrct r10, r9 ! 48 EX
|
||||
|
||||
movca.l r0,@r1 ! 40 LS (latency=3-7)
|
||||
add #-0x1c, r1 ! 50 EX
|
||||
|
Loading…
Reference in New Issue
Block a user