mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
Fix 3g warning in dsp_arm.S (which showed as an error).
Change-Id: Iccbeca66e809413dda90fec36439b4a180b8a879
This commit is contained in:
parent
d8f3e3d0d1
commit
3b578f018c
1 changed files with 1 additions and 1 deletions
|
|
@ -414,7 +414,7 @@ pga_process:
|
|||
#define HIGH_PRECISION 0
|
||||
|
||||
#if CONFIG_CPU == PP5002
|
||||
.section .icode,"ax",%progbits
|
||||
.section .icode
|
||||
#else
|
||||
.text
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue