mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 16:23:09 +00:00
Fix a crash of syzygy on Android
On Android-ARM current TB code crashes at random times even in single thread mode. Reported, debugged, fixed and verified by Peter Osterlund. No functional change. Resolves #201
This commit is contained in:
parent
17bcdb9212
commit
b97df4c236
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ void Tablebases::init(const std::string& path)
|
|||
printf("info string Found %d tablebases.\n", TBnum_piece + TBnum_pawn);
|
||||
}
|
||||
|
||||
static const char offdiag[] = {
|
||||
static const signed char offdiag[] = {
|
||||
0,-1,-1,-1,-1,-1,-1,-1,
|
||||
1, 0,-1,-1,-1,-1,-1,-1,
|
||||
1, 1, 0,-1,-1,-1,-1,-1,
|
||||
|
|
Loading…
Add table
Reference in a new issue