Make test_codec work in the sim again.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13634 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2007-06-16 07:52:07 +00:00
parent cdad9abbe1
commit 06b32fad8d

View file

@ -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;