ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro-Multicore/Multicore.xs
(Generate patch)

Comparing Coro-Multicore/Multicore.xs (file contents):
Revision 1.12 by root, Sun Jul 5 03:50:57 2015 UTC vs.
Revision 1.13 by root, Wed Jul 29 18:36:33 2015 UTC

173} 173}
174 174
175static void 175static void
176pmapi_release (void) 176pmapi_release (void)
177{ 177{
178 if (!(thread_enable ? thread_enable & 1 : global_enable)) 178 if (! ((thread_enable ? thread_enable : global_enable) & 1))
179 { 179 {
180 X_TLS_SET (current_key, 0); 180 X_TLS_SET (current_key, 0);
181 return; 181 return;
182 } 182 }
183 183

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines