summaryrefslogtreecommitdiff
path: root/apps/codecs/libwavpack/arm.S
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwavpack/arm.S')
-rw-r--r--apps/codecs/libwavpack/arm.S5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/codecs/libwavpack/arm.S b/apps/codecs/libwavpack/arm.S
index 90dfd46c6e..32de1df7de 100644
--- a/apps/codecs/libwavpack/arm.S
+++ b/apps/codecs/libwavpack/arm.S
@@ -35,6 +35,9 @@
35 * 32-bit multiply-accumulate instruction and so will overflow with 24-bit 35 * 32-bit multiply-accumulate instruction and so will overflow with 24-bit
36 * WavPack files. 36 * WavPack files.
37 */ 37 */
38
39#include "config.h"
40
38 .text 41 .text
39 .align 42 .align
40 .global decorr_stereo_pass_cont_arm 43 .global decorr_stereo_pass_cont_arm
@@ -470,5 +473,5 @@ term_minus_3_loop:
470common_exit: 473common_exit:
471 strh r4, [r5, #4] 474 strh r4, [r5, #4]
472 strh r0, [r5, #6] 475 strh r0, [r5, #6]
473 ldmfd sp!, {r4 - r8, r10, r11, pc} 476 ldmpc regs="r4-r8, r10-r11"
474 477