mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-12 22:41:27 +00:00
Fix TLSF test
This commit is contained in:
@ -480,7 +480,7 @@ export function allocate_memory(size: usize): usize {
|
||||
}
|
||||
|
||||
assert((block.info & ~TAGS) >= size);
|
||||
data = root.use(block, size);
|
||||
data = root.use(<Block>block, size);
|
||||
}
|
||||
|
||||
return data;
|
||||
|
Reference in New Issue
Block a user