Implemented type checks
This commit is contained in:
lib/sys
src/build
arch/x64
compiler
core
CompileCall.goCompileDefinition.goCompileReturn.goCompileSyscall.goExpressionToRegister.goNewFunction.goTokenToRegister.go
cpu
errors
scanner
scope
types
tests
@ -14,7 +14,7 @@ close(fd Int) -> Int {
|
||||
return syscall(3, fd)
|
||||
}
|
||||
|
||||
mmap(address Int, length Int, protection Int, flags Int) -> Int {
|
||||
mmap(address Int, length Int, protection Int, flags Int) -> Pointer {
|
||||
return syscall(9, address, length, protection, flags)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user