Skip to content

Commit

Permalink
sh: Fix memcpy() build error on sh4eb.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nobuhiro Iwamatsu authored and Paul Mundt committed Sep 27, 2006
1 parent 91550f7 commit c7afb7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/sh/lib/memcpy-sh4.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7afb7e

Please sign in to comment.