mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 16:23:09 +00:00
Thread::splitPoint is a volatile pointer
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
2ea323aec6
commit
c35c18a705
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ enum ThreadState
|
||||||
};
|
};
|
||||||
|
|
||||||
struct Thread {
|
struct Thread {
|
||||||
SplitPoint* splitPoint;
|
SplitPoint* volatile splitPoint;
|
||||||
volatile int activeSplitPoints;
|
volatile int activeSplitPoints;
|
||||||
uint64_t nodes;
|
uint64_t nodes;
|
||||||
uint64_t betaCutOffs[2];
|
uint64_t betaCutOffs[2];
|
||||||
|
|
Loading…
Add table
Reference in a new issue