summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/rockboy/rockmacros.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/rockboy/rockmacros.h b/apps/plugins/rockboy/rockmacros.h
index 74398c75ab..a6ca0f7231 100644
--- a/apps/plugins/rockboy/rockmacros.h
+++ b/apps/plugins/rockboy/rockmacros.h
@@ -65,7 +65,7 @@ void savestate(int fd);
65#define open(a,b) rb->sim_open((a),(b)) 65#define open(a,b) rb->sim_open((a),(b))
66#undef lseek 66#undef lseek
67#define lseek(a,b,c) rb->sim_lseek((a),(b),(c)) 67#define lseek(a,b,c) rb->sim_lseek((a),(b),(c))
68#define ICODE_ATTR 68#define ICODE_ATTR
69#define IDATA_ATTR 69#define IDATA_ATTR
70#else /* !SIMULATOR */ 70#else /* !SIMULATOR */
71#define opendir(a) rb->opendir((a)) 71#define opendir(a) rb->opendir((a))
@@ -73,7 +73,7 @@ void savestate(int fd);
73#define mkdir(a,b) rb->mkdir((a),(b)) 73#define mkdir(a,b) rb->mkdir((a),(b))
74#define open(a,b) rb->open((a),(b)) 74#define open(a,b) rb->open((a),(b))
75#define lseek(a,b,c) rb->lseek((a),(b),(c)) 75#define lseek(a,b,c) rb->lseek((a),(b),(c))
76#if CONFIG_CPU == MCF5249 && !defined(SIMULATOR) 76#if CONFIG_CPU == MCF5249
77#define ICODE_ATTR __attribute__ ((section(".icode"))) 77#define ICODE_ATTR __attribute__ ((section(".icode")))
78#define IDATA_ATTR __attribute__ ((section(".idata"))) 78#define IDATA_ATTR __attribute__ ((section(".idata")))
79#define USE_IRAM 1 79#define USE_IRAM 1