Merge pull request #618 from tbe/master

[ppc64] added missing variable
This commit is contained in:
Ben Johnson 2016-12-20 07:40:02 -07:00 committed by GitHub
commit d98e43f69e

View File

@ -7,3 +7,6 @@ const maxMapSize = 0xFFFFFFFFFFFF // 256TB
// maxAllocSize is the size used when creating array pointers. // maxAllocSize is the size used when creating array pointers.
const maxAllocSize = 0x7FFFFFFF const maxAllocSize = 0x7FFFFFFF
// Are unaligned load/stores broken on this arch?
var brokenUnaligned = false