mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 09:47:46 +00:00
Small renaming in Thread struct
Should be a bit more clear the meaning of the single variables. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-1
@@ -1865,7 +1865,7 @@ void Thread::idle_loop(SplitPoint* sp_master) {
|
||||
lock_grab(Threads.splitLock);
|
||||
|
||||
assert(is_searching);
|
||||
SplitPoint* sp = splitPoint;
|
||||
SplitPoint* sp = curSplitPoint;
|
||||
|
||||
lock_release(Threads.splitLock);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user