summaryrefslogtreecommitdiff
path: root/firmware/export/system.h
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2009-12-16 16:39:24 +0000
committerNils Wallménius <nils@rockbox.org>2009-12-16 16:39:24 +0000
commitaa32e55ce7b71c5b42c21494574d76e58b176cb6 (patch)
tree8c2b4faf9d2262ef3f04af233c796894de665c97 /firmware/export/system.h
parentc4b6d5c12e673f62864b8d878b1cde96fbdb0957 (diff)
downloadrockbox-aa32e55ce7b71c5b42c21494574d76e58b176cb6.tar.gz
rockbox-aa32e55ce7b71c5b42c21494574d76e58b176cb6.zip
Remove unneeded instruction from the coldfire ffs function and fix a wrong comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24030 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/system.h')
-rw-r--r--firmware/export/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/system.h b/firmware/export/system.h
index d1b5df546b..505b167af9 100644
--- a/firmware/export/system.h
+++ b/firmware/export/system.h
@@ -205,7 +205,7 @@ int get_cpu_boost_counter(void);
205#define UNLIKELY(x) (x) 205#define UNLIKELY(x) (x)
206#endif 206#endif
207 207
208/* returns index of first set bit + 1 or 0 if no bits are set */ 208/* returns index of first set bit or 32 if no bits are set */
209int find_first_set_bit(uint32_t val); 209int find_first_set_bit(uint32_t val);
210 210
211static inline __attribute__((always_inline)) 211static inline __attribute__((always_inline))