Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100723
b: refs/heads/master
c: 4c4925c
h: refs/heads/master
i:
  100721: 91b3e26
  100719: ba5792a
v: v3
  • Loading branch information
Nicolas Pitre authored and Lennert Buytenhek committed Jun 22, 2008
1 parent 267347b commit bc91628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f76e9154736e9ab47b64940d0062f19c80225b7f
refs/heads/master: 4c4925c1f4ccd72002957c3e73b4f117f2bcf712
2 changes: 1 addition & 1 deletion trunk/arch/arm/lib/memmove.S
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ ENTRY(memmove)
CALGN( bcs 2f )
CALGN( adr r4, 6f )
CALGN( subs r2, r2, ip ) @ C is set here
CALGN( rsb ip, ip, #32 )
CALGN( add pc, r4, ip )

PLD( pld [r1, #-4] )
Expand Down Expand Up @@ -139,7 +140,6 @@ ENTRY(memmove)
blt 14f

CALGN( ands ip, r1, #31 )
CALGN( rsb ip, ip, #32 )
CALGN( sbcnes r4, ip, r2 ) @ C is always set here
CALGN( subcc r2, r2, ip )
CALGN( bcc 15f )
Expand Down

0 comments on commit bc91628

Please sign in to comment.