mirror of https://github.com/hak5/bolt.git
[ppc64] added missing variable
The variable `brokenUnaligned` was missing for ppc64.master
parent
4b1ebc1869
commit
84658f4d37
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue