Increase thread stack space for GCC compiled images

This commit is contained in:
Thomas Veerman 2012-01-12 16:35:36 +00:00
parent e6c98c3c55
commit 078adc7ed7

View file

@ -19,7 +19,7 @@ PRIVATE mthread_attr_t tattr;
#ifdef MKCOVERAGE #ifdef MKCOVERAGE
# define TH_STACKSIZE (10 * 1024) # define TH_STACKSIZE (10 * 1024)
#else #else
# define TH_STACKSIZE (6 * 1024) # define TH_STACKSIZE (7 * 1024)
#endif #endif
#define ASSERTW(w) assert((w) == &sys_worker || (w) == &dl_worker || \ #define ASSERTW(w) assert((w) == &sys_worker || (w) == &dl_worker || \