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

Stupid debug commit

parent 8081c397
Branches
Tags
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.
Please register or to comment