[ppc64] added missing variable

The variable `brokenUnaligned` was missing for ppc64.
master
tbe 2016-11-04 12:25:04 +01:00 committed by GitHub
parent 4b1ebc1869
commit 84658f4d37
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