summaryrefslogtreecommitdiff
path: root/apps/codecs/lib/mdct_arm.S
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/lib/mdct_arm.S')
-rw-r--r--apps/codecs/lib/mdct_arm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/lib/mdct_arm.S b/apps/codecs/lib/mdct_arm.S
index 76139838a6..f2fa1d9c3e 100644
--- a/apps/codecs/lib/mdct_arm.S
+++ b/apps/codecs/lib/mdct_arm.S
@@ -60,7 +60,7 @@ mdct_butterfly_8:
60 add r11, r12, r7 @ y7 = (x7 + x3) + (x5 + x1) 60 add r11, r12, r7 @ y7 = (x7 + x3) + (x5 + x1)
61 stmia r0!, {r1, r2, r3, r4, r5, r6, r10, r11} 61 stmia r0!, {r1, r2, r3, r4, r5, r6, r10, r11}
62 62
63 mov pc, lr 63 bx lr
64 64
65mdct_butterfly_16: 65mdct_butterfly_16:
66@ inputs: r0,r1 &lr 66@ inputs: r0,r1 &lr