mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-28 08:01:33 +00:00
Increment aarch64 virtual stack size to 1MB.
This commit is contained in:
@ -189,7 +189,7 @@ lazy_static! {
|
|||||||
; br x30 // LR
|
; br x30 // LR
|
||||||
|
|
||||||
; v_65536:
|
; v_65536:
|
||||||
; .qword 65536
|
; .qword 1048576
|
||||||
);
|
);
|
||||||
let buf = assembler.finalize().unwrap();
|
let buf = assembler.finalize().unwrap();
|
||||||
let ret = unsafe { ::std::mem::transmute(buf.ptr(offset)) };
|
let ret = unsafe { ::std::mem::transmute(buf.ptr(offset)) };
|
||||||
|
Reference in New Issue
Block a user