Skip to content

Commit

Permalink
Fix alignment, to work under ARM 32
Browse files Browse the repository at this point in the history
  • Loading branch information
amanjpro committed Sep 5, 2021
1 parent d3d1b0f commit 3868912
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions search/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ import (
)

type Runner struct {
nodesVisited int64
cacheHits int64
globalInfo Info
mu sync.RWMutex
Engines []*Engine
globalInfo Info
nodesVisited int64
Stop bool
TimeManager *TimeManager
DebugMode bool
cacheHits int64
pv PVLine
isBookmove bool
depth int8
Expand Down

0 comments on commit 3868912

Please sign in to comment.