mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
fix typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17824 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3a3facb6bc
commit
aab068631b
1 changed files with 1 additions and 1 deletions
|
|
@ -465,7 +465,7 @@
|
||||||
defined(CPU_PP) || /* PortalPlayer: core, plugins, codecs */ \
|
defined(CPU_PP) || /* PortalPlayer: core, plugins, codecs */ \
|
||||||
defined(CPU_TCC77X) || /* Telechips: core, plugins, codecs */ \
|
defined(CPU_TCC77X) || /* Telechips: core, plugins, codecs */ \
|
||||||
(CONFIG_CPU == PNX0101) || \
|
(CONFIG_CPU == PNX0101) || \
|
||||||
(CONFIG_CPU == S5L8700)) /* Samsing S5L8700: core, plugins, codecs */
|
(CONFIG_CPU == S5L8700)) /* Samsung S5L8700: core, plugins, codecs */
|
||||||
#define ICODE_ATTR __attribute__ ((section(".icode")))
|
#define ICODE_ATTR __attribute__ ((section(".icode")))
|
||||||
#define ICONST_ATTR __attribute__ ((section(".irodata")))
|
#define ICONST_ATTR __attribute__ ((section(".irodata")))
|
||||||
#define IDATA_ATTR __attribute__ ((section(".idata")))
|
#define IDATA_ATTR __attribute__ ((section(".idata")))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue