提交 fa036727 编写于 作者: J Jb Evain

unbreak the build

上级 732f1c61
......@@ -185,8 +185,12 @@ namespace System.Threading.Tasks
}
// FIXME: the following code is failing at the moment on 32bits, disable it for now
#if MOONLIGHT || MOBILE
return;
#else
if (!Environment.Is64BitProcess)
return;
#endif
// Try toExclusive steal fromInclusive our right neighbor (cyclic)
int len = num + localWorker;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册