Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40753
b: refs/heads/master
c: 168c8fa
h: refs/heads/master
i:
  40751: 7c49d4f
v: v3
  • Loading branch information
Haavard Skinnemoen committed Nov 6, 2006
1 parent 34225de commit edc9b77
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e9a43850e6a99e335c8120579749389b376bc204
refs/heads/master: 168c8fa32ff40d6caf7226a5abf2a0096f3393bf
3 changes: 2 additions & 1 deletion trunk/arch/avr32/lib/findbit.S
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ ENTRY(generic_find_next_zero_le_bit)
/* offset is not word-aligned. Handle the first (32 - r10) bits */
ldswp.w r8, r12[0]
sub r12, -4
com r8
lsr r8, r8, r10
brne .L_found

Expand All @@ -146,7 +147,7 @@ ENTRY(generic_find_next_zero_le_bit)

/* Main loop. offset must be word-aligned */
1: ldswp.w r8, r12[0]
cp.w r8, 0
com r8
brne .L_found
sub r12, -4
sub r9, 32
Expand Down

0 comments on commit edc9b77

Please sign in to comment.