1
0
Fork 0
forked from len0rd/rockbox

Move all code into IRAM

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7740 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2005-11-03 15:32:40 +00:00
parent c43822d102
commit 6f7f921ebe
4 changed files with 16 additions and 6 deletions

View file

@ -23,7 +23,7 @@
All LPC filtering up to order 8 is done in specially optimised unrolled
loops, while every order above this is handled by a slower default routine.
*/
.text
.section .icode,"ax",@progbits
.global lpc_decode_emac
.align 2
lpc_decode_emac: