From: Marco Costalba Date: Sat, 27 Feb 2010 16:22:19 +0000 (+0100) Subject: Revert previous patch X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=68eb7e77f16e96642d90eeec0abe7312631ae2ac;hp=68eb7e77f16e96642d90eeec0abe7312631ae2ac Revert previous patch It raises an assert under Windows, it is not clear why but it happens that idle_loop() is called with incorrect threadID and the assert triggered is: assert(threadID >= 0 && threadID < MAX_THREADS); So revert the patch for now, but we should understand why it fails. Signed-off-by: Marco Costalba ---