forked from len0rd/rockbox
Removed unnecessary extra check.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6183 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
81b51ebe58
commit
ae4b2de619
1 changed files with 2 additions and 2 deletions
|
|
@ -73,7 +73,7 @@ void savestate(int fd);
|
||||||
#define mkdir(a,b) rb->mkdir((a),(b))
|
#define mkdir(a,b) rb->mkdir((a),(b))
|
||||||
#define open(a,b) rb->open((a),(b))
|
#define open(a,b) rb->open((a),(b))
|
||||||
#define lseek(a,b,c) rb->lseek((a),(b),(c))
|
#define lseek(a,b,c) rb->lseek((a),(b),(c))
|
||||||
#if CONFIG_CPU == MCF5249 && !defined(SIMULATOR)
|
#if CONFIG_CPU == MCF5249
|
||||||
#define ICODE_ATTR __attribute__ ((section(".icode")))
|
#define ICODE_ATTR __attribute__ ((section(".icode")))
|
||||||
#define IDATA_ATTR __attribute__ ((section(".idata")))
|
#define IDATA_ATTR __attribute__ ((section(".idata")))
|
||||||
#define USE_IRAM 1
|
#define USE_IRAM 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue