X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftt.h;h=e838b0902fb9c140c8cd7bea1c551a00d4878213;hp=0b7ccbe8f948ecacc603b3d189c387c16d6b2008;hb=60b5da4cc8639d907d0beeee67055271b464779f;hpb=76ae0e36be4f82ecdac68c51aae2272be6537754 diff --git a/src/tt.h b/src/tt.h index 0b7ccbe8..e838b090 100644 --- a/src/tt.h +++ b/src/tt.h @@ -70,6 +70,7 @@ private: uint32_t data; int16_t value_; int16_t depth_; + uint32_t pad_to_16_bytes; }; /// The transposition table class. This is basically just a huge array