mirror of
https://github.com/go-gitea/bolt.git
synced 2026-07-01 20:35:22 -04:00
[ppc64] added missing variable
The variable `brokenUnaligned` was missing for ppc64.
This commit is contained in:
@@ -7,3 +7,6 @@ const maxMapSize = 0xFFFFFFFFFFFF // 256TB
|
||||
|
||||
// maxAllocSize is the size used when creating array pointers.
|
||||
const maxAllocSize = 0x7FFFFFFF
|
||||
|
||||
// Are unaligned load/stores broken on this arch?
|
||||
var brokenUnaligned = false
|
||||
|
||||
Reference in New Issue
Block a user