aboutsummaryrefslogtreecommitdiff
path: root/bolt_386.go
diff options
context:
space:
mode:
Diffstat (limited to 'bolt_386.go')
-rw-r--r--bolt_386.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/bolt_386.go b/bolt_386.go
index e659bfb..820d533 100644
--- a/bolt_386.go
+++ b/bolt_386.go
@@ -5,3 +5,6 @@ const maxMapSize = 0x7FFFFFFF // 2GB
// maxAllocSize is the size used when creating array pointers.
const maxAllocSize = 0xFFFFFFF
+
+// Are unaligned load/stores broken on this arch?
+var brokenUnaligned = false