mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 01:27:16 +08:00
Thread::splitPoint is a volatile pointer
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -83,7 +83,7 @@ enum ThreadState
|
||||
};
|
||||
|
||||
struct Thread {
|
||||
SplitPoint* splitPoint;
|
||||
SplitPoint* volatile splitPoint;
|
||||
volatile int activeSplitPoints;
|
||||
uint64_t nodes;
|
||||
uint64_t betaCutOffs[2];
|
||||
|
||||
Reference in New Issue
Block a user