From d3a194593958c45b2173e7d3c919af4548c9f55f Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Mon, 12 Jul 2010 15:59:11 +0000 Subject: Use more iram in the tta lib, speeds up decoding by 47MHz on h300 (mcf5249) and 2.7MHz on c200v1 (pp5024) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27403 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libtta/ttadec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/libtta/ttadec.h') diff --git a/apps/codecs/libtta/ttadec.h b/apps/codecs/libtta/ttadec.h index 43affd952b..c185e5c858 100644 --- a/apps/codecs/libtta/ttadec.h +++ b/apps/codecs/libtta/ttadec.h @@ -142,7 +142,7 @@ static const unsigned int bit_shift[] ICONST_ATTR = { 0x80000000, 0x80000000, 0x80000000, 0x80000000 }; -static const unsigned int *shift_16 = bit_shift + 4; +static const unsigned int * const shift_16 ICONST_ATTR = bit_shift + 4; typedef unsigned char byte; -- cgit v1.2.3