diff options
| author | Thom Johansen <thomj@rockbox.org> | 2005-10-27 11:39:01 +0000 |
|---|---|---|
| committer | Thom Johansen <thomj@rockbox.org> | 2005-10-27 11:39:01 +0000 |
| commit | 292e4e90d7e272f3bf6f5f8912c25114a7157aea (patch) | |
| tree | 451ad19e9b27542b12afe1b4cf7a98c8439acf41 /apps/codecs/Tremor/bitwise.c | |
| parent | e6021381efa735fb583e0a1a8afd7957f70eff79 (diff) | |
| download | rockbox-292e4e90d7e272f3bf6f5f8912c25114a7157aea.zip rockbox-292e4e90d7e272f3bf6f5f8912c25114a7157aea.tar.gz rockbox-292e4e90d7e272f3bf6f5f8912c25114a7157aea.tar.bz2 rockbox-292e4e90d7e272f3bf6f5f8912c25114a7157aea.tar.xz | |
Introduced usage of IBSS_ATTR and ICONST_ATTR in codec libraries.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7660 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/Tremor/bitwise.c')
| -rw-r--r-- | apps/codecs/Tremor/bitwise.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/Tremor/bitwise.c b/apps/codecs/Tremor/bitwise.c index ac2e6e6..d0f2c8c 100644 --- a/apps/codecs/Tremor/bitwise.c +++ b/apps/codecs/Tremor/bitwise.c @@ -22,7 +22,7 @@ #include <string.h> #include "ogg.h" -static const unsigned long mask[] IDATA_ATTR = +static const unsigned long mask[] ICONST_ATTR = {0x00000000,0x00000001,0x00000003,0x00000007,0x0000000f, 0x0000001f,0x0000003f,0x0000007f,0x000000ff,0x000001ff, 0x000003ff,0x000007ff,0x00000fff,0x00001fff,0x00003fff, |