From ee811a34433e88c965090fc9e936dc46db48f737 Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Fri, 4 Mar 2005 10:37:15 +0000 Subject: Inserted optimized synth_full and put some vital data in IRAM. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6131 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/mpa2wav.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/plugins/mpa2wav.c') diff --git a/apps/plugins/mpa2wav.c b/apps/plugins/mpa2wav.c index 2a87801999..6c28100800 100644 --- a/apps/plugins/mpa2wav.c +++ b/apps/plugins/mpa2wav.c @@ -28,9 +28,9 @@ static struct plugin_api* rb; -struct mad_stream Stream; -struct mad_frame Frame; -struct mad_synth Synth; +struct mad_stream Stream __attribute__ ((section(".idata"))); +struct mad_frame Frame __attribute__ ((section(".idata"))); +struct mad_synth Synth __attribute__ ((section(".idata"))); mad_timer_t Timer; struct dither d0, d1; -- cgit v1.2.3