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