1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-17 16:53:22 +00:00

vendor: dep ensure changes

This commit is contained in:
Nick Craig-Wood
2018-02-05 09:10:45 +00:00
parent 82418c3021
commit f4a5489d19
2 changed files with 7 additions and 4 deletions

View File

@@ -7,3 +7,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