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:
parent
cdad9abbe1
commit
06b32fad8d
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue