1
0
Fork 0
forked from len0rd/rockbox

fix previous commit and use just .text

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11870 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcoen Hirschberg 2006-12-31 01:04:23 +00:00
parent e904732222
commit 66fdee0253

View file

@ -25,10 +25,10 @@
All LPC filtering up to order 9 is done in specially optimised unrolled All LPC filtering up to order 9 is done in specially optimised unrolled
loops, while every order above this is handled by a slower default routine. loops, while every order above this is handled by a slower default routine.
*/ */
#if USE_IRAM #ifdef USE_IRAM
.section .icode,"ax",%progbits .section .icode,"ax",%progbits
#else #else
.section .text .text
#endif #endif
.global lpc_decode_arm .global lpc_decode_arm
lpc_decode_arm: lpc_decode_arm: