diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2012-04-29 04:57:57 -0400 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2012-04-29 04:57:57 -0400 |
| commit | 3b578f018ccfb653cd7e0f088bb3f73da13556ee (patch) | |
| tree | b3f6d0cec68c4fbbf096ec5132e1117ae57cc200 /lib | |
| parent | d8f3e3d0d1cb32cca15aaf6e027fd409320d671a (diff) | |
| download | rockbox-3b578f018ccfb653cd7e0f088bb3f73da13556ee.zip rockbox-3b578f018ccfb653cd7e0f088bb3f73da13556ee.tar.gz rockbox-3b578f018ccfb653cd7e0f088bb3f73da13556ee.tar.bz2 rockbox-3b578f018ccfb653cd7e0f088bb3f73da13556ee.tar.xz | |
Fix 3g warning in dsp_arm.S (which showed as an error).
Change-Id: Iccbeca66e809413dda90fec36439b4a180b8a879
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/rbcodec/dsp/dsp_arm.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/dsp/dsp_arm.S b/lib/rbcodec/dsp/dsp_arm.S index 9fd19ae..04742f0 100644 --- a/lib/rbcodec/dsp/dsp_arm.S +++ b/lib/rbcodec/dsp/dsp_arm.S @@ -414,7 +414,7 @@ pga_process: #define HIGH_PRECISION 0 #if CONFIG_CPU == PP5002 - .section .icode,"ax",%progbits + .section .icode #else .text #endif |