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:
parent
e904732222
commit
66fdee0253
1 changed files with 2 additions and 2 deletions
|
@ -25,10 +25,10 @@
|
|||
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.
|
||||
*/
|
||||
#if USE_IRAM
|
||||
#ifdef USE_IRAM
|
||||
.section .icode,"ax",%progbits
|
||||
#else
|
||||
.section .text
|
||||
.text
|
||||
#endif
|
||||
.global lpc_decode_arm
|
||||
lpc_decode_arm:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue