]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
spidermonkey threading tweak.. this time.. with no segfaults!
authorMichael Jerris <mike@jerris.com>
Tue, 19 Dec 2006 19:15:48 +0000 (19:15 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 19 Dec 2006 19:15:48 +0000 (19:15 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3730 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/js/nsprpub/pr/src/md/windows/ntthread.c

index 4c8fa62439f9a73dacdf1c1b213c7896d9794fb0..7bdaeac3680f4e39d31a2c4abbef130b0e6d52bb 100644 (file)
@@ -42,7 +42,7 @@
 PRLock                       *_pr_schedLock = NULL;
 _PRInterruptTable             _pr_interruptTable[] = { { 0 } };
 
-BOOL _pr_use_static_tls = TRUE;
+BOOL _pr_use_static_tls = FALSE;
 __declspec(thread) PRThread  *_pr_current_fiber;
 __declspec(thread) PRThread  *_pr_fiber_last_run;
 __declspec(thread) _PRCPU    *_pr_current_cpu;