summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-06-16 07:52:07 +0000
committerDave Chapman <dave@dchapman.com>2007-06-16 07:52:07 +0000
commit06b32fad8d53b89ad40177ccea5ab07ceb680880 (patch)
tree30f013bafe9a5cfd21090ec3b0b849d48f5e6530 /apps
parentcdad9abbe1e31972cd89782188095abd9d9c28ac (diff)
downloadrockbox-06b32fad8d53b89ad40177ccea5ab07ceb680880.tar.gz
rockbox-06b32fad8d53b89ad40177ccea5ab07ceb680880.zip
Make test_codec work in the sim again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13634 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/test_codec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c
index 146eb3f983..de3746bb29 100644
--- a/apps/plugins/test_codec.c
+++ b/apps/plugins/test_codec.c
@@ -475,6 +475,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
#ifdef SIMULATOR
/* The simulator thread implementation doesn't have stack buffers */
(void)i;
+ codec_stack_size = 0;
#else
/* Borrow the codec thread's stack (in IRAM on most targets) */
codec_stack = NULL;