Merge pull request #618 from tbe/master

[ppc64] added missing variable
pull/3/head
Ben Johnson 2016-12-20 07:40:02 -07:00 committed by GitHub
commit d98e43f69e
1 changed files with 3 additions and 0 deletions

View File

@ -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