Fixed incorrect parameters for memory deallocation
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import sys
|
||||
|
||||
free(address Pointer, length Int) -> Int {
|
||||
return sys.munmap(address, length)
|
||||
return sys.munmap(address-8, length+8)
|
||||
}
|
Reference in New Issue
Block a user