Added byte type
This commit is contained in:
parent
8b932fb332
commit
a42115c0fb
8 changed files with 16 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
import sys
|
||||
|
||||
alloc(length int) -> []int8 {
|
||||
alloc(length int) -> []byte {
|
||||
x := sys.mmap(0, length+8, page.readwrite, mem.commit|mem.reserve)
|
||||
|
||||
if x < 0x1000 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue