summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 6d2b6e5bf0..d2253b42c6 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -80,13 +80,6 @@
80 80
81#endif 81#endif
82 82
83/* These three sizes must match the ones set in plugins/plugin.lds */
84#if MEM >= 32
85#define PLUGIN_BUFFER_SIZE 0xC0000
86#else
87#define PLUGIN_BUFFER_SIZE 0x8000
88#endif
89
90#ifdef SIMULATOR 83#ifdef SIMULATOR
91#define PREFIX(_x_) sim_ ## _x_ 84#define PREFIX(_x_) sim_ ## _x_
92#else 85#else