From 06b32fad8d53b89ad40177ccea5ab07ceb680880 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sat, 16 Jun 2007 07:52:07 +0000 Subject: Make test_codec work in the sim again. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13634 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/test_codec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps') 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; -- cgit v1.2.3