Improved type system
This commit is contained in:
@ -10,7 +10,7 @@ const map {
|
||||
anonymous 0x1000
|
||||
}
|
||||
|
||||
alloc(length Int) -> []Int8 {
|
||||
alloc(length int) -> []int8 {
|
||||
x := sys.mmap(0, length+8, prot.read|prot.write, map.private|map.anonymous)
|
||||
|
||||
if x < 0x1000 {
|
||||
|
Reference in New Issue
Block a user