Skip to content
Snippets Groups Projects
Commit 116c65dc authored by deuce's avatar deuce
Browse files

Stupid debug commit

parent 8081c397
No related branches found
No related tags found
No related merge requests found
......@@ -64,8 +64,7 @@ ulong _beginthread(void( *start_address )( void * )
pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED);
/* Default stack size in BSD is too small for JS stuff */
/* #ifdef BSD */
#if 0
#ifdef BSD
if(stack_size==0)
stack_size=1<<17;
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment