diff options
| author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-07-01 22:32:46 +0000 |
|---|---|---|
| committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-07-01 22:32:46 +0000 |
| commit | 5633ece5a85a933a45de3896eb52bb3804849c3b (patch) | |
| tree | baf63d5267ac3823c6869dde988e479897fd0a5e /apps/codecs/libfaad/bits.h | |
| parent | 26a2f810f1432d4013b6ac321c8f2d4b6dc32454 (diff) | |
| download | rockbox-5633ece5a85a933a45de3896eb52bb3804849c3b.zip rockbox-5633ece5a85a933a45de3896eb52bb3804849c3b.tar.gz rockbox-5633ece5a85a933a45de3896eb52bb3804849c3b.tar.bz2 rockbox-5633ece5a85a933a45de3896eb52bb3804849c3b.tar.xz | |
Remove false comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27228 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libfaad/bits.h')
| -rw-r--r-- | apps/codecs/libfaad/bits.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/codecs/libfaad/bits.h b/apps/codecs/libfaad/bits.h index 815db59..0cdc2e6 100644 --- a/apps/codecs/libfaad/bits.h +++ b/apps/codecs/libfaad/bits.h @@ -86,7 +86,6 @@ void *faad_origbitbuffer(bitfile *ld); uint32_t faad_origbitbuffer_size(bitfile *ld); #endif -/* circumvent memory alignment errors on ARM */ static INLINE uint32_t getdword(void *mem) { #ifndef ARCH_IS_BIG_ENDIAN |