mirror of https://github.com/hak5/bolt.git
parent
fd01fc79c5
commit
1bc3b1f90e
|
@ -0,0 +1,6 @@
|
||||||
|
// +build mips
|
||||||
|
package bolt
|
||||||
|
|
||||||
|
const maxMapSize = 0x40000000 // 1GB
|
||||||
|
const maxAllocSize = 0xFFFFFFF
|
||||||
|
var brokenUnaligned = false
|
|
@ -0,0 +1,6 @@
|
||||||
|
// +build mipsle
|
||||||
|
package bolt
|
||||||
|
|
||||||
|
const maxMapSize = 0x40000000 // 1GB
|
||||||
|
const maxAllocSize = 0xFFFFFFF
|
||||||
|
var brokenUnaligned = false
|
Loading…
Reference in New Issue