summaryrefslogtreecommitdiff
path: root/lib/rbcodec/dsp/dsp_arm.S
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2012-04-29 04:57:57 -0400
committerMichael Sevakis <jethead71@rockbox.org>2012-04-29 04:57:57 -0400
commit3b578f018ccfb653cd7e0f088bb3f73da13556ee (patch)
treeb3f6d0cec68c4fbbf096ec5132e1117ae57cc200 /lib/rbcodec/dsp/dsp_arm.S
parentd8f3e3d0d1cb32cca15aaf6e027fd409320d671a (diff)
downloadrockbox-3b578f018ccfb653cd7e0f088bb3f73da13556ee.tar.gz
rockbox-3b578f018ccfb653cd7e0f088bb3f73da13556ee.zip
Fix 3g warning in dsp_arm.S (which showed as an error).
Change-Id: Iccbeca66e809413dda90fec36439b4a180b8a879
Diffstat (limited to 'lib/rbcodec/dsp/dsp_arm.S')
-rw-r--r--lib/rbcodec/dsp/dsp_arm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/dsp/dsp_arm.S b/lib/rbcodec/dsp/dsp_arm.S
index 9fd19ae108..04742f053a 100644
--- a/lib/rbcodec/dsp/dsp_arm.S
+++ b/lib/rbcodec/dsp/dsp_arm.S
@@ -414,7 +414,7 @@ pga_process:
414#define HIGH_PRECISION 0 414#define HIGH_PRECISION 0
415 415
416#if CONFIG_CPU == PP5002 416#if CONFIG_CPU == PP5002
417 .section .icode,"ax",%progbits 417 .section .icode
418#else 418#else
419 .text 419 .text
420#endif 420#endif