1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-31 23:11:04 +00:00

Increment aarch64 virtual stack size to 1MB.

This commit is contained in:
losfair 2019-10-17 23:00:32 +08:00
parent 3de0c7763f
commit d325635629

@ -189,7 +189,7 @@ lazy_static! {
; br x30 // LR
; v_65536:
; .qword 65536
; .qword 1048576
);
let buf = assembler.finalize().unwrap();
let ret = unsafe { ::std::mem::transmute(buf.ptr(offset)) };