diff options
| author | Dave Chapman <dave@dchapman.com> | 2007-06-16 07:52:07 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2007-06-16 07:52:07 +0000 |
| commit | 06b32fad8d53b89ad40177ccea5ab07ceb680880 (patch) | |
| tree | 30f013bafe9a5cfd21090ec3b0b849d48f5e6530 /apps/plugins | |
| parent | cdad9abbe1e31972cd89782188095abd9d9c28ac (diff) | |
| download | rockbox-06b32fad8d53b89ad40177ccea5ab07ceb680880.zip rockbox-06b32fad8d53b89ad40177ccea5ab07ceb680880.tar.gz rockbox-06b32fad8d53b89ad40177ccea5ab07ceb680880.tar.bz2 rockbox-06b32fad8d53b89ad40177ccea5ab07ceb680880.tar.xz | |
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/plugins')
| -rw-r--r-- | apps/plugins/test_codec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c index 146eb3f..de3746b 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; |