Improved type system
This commit is contained in:
parent
7634244c56
commit
f19d9063a5
30 changed files with 132 additions and 85 deletions
|
@ -9,7 +9,7 @@ main() {
|
|||
n := sys.read(0, address, length)
|
||||
|
||||
if n <= 0 {
|
||||
mem.free(address, length)
|
||||
mem.free(address)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue