mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-27 07:31:33 +00:00
Fix CONSTRUCT_STACK_AND_CALL_WASM for aarch64.
This commit is contained in:
@ -206,9 +206,9 @@ lazy_static! {
|
|||||||
; end_copy_params:
|
; end_copy_params:
|
||||||
|
|
||||||
// return address
|
// return address
|
||||||
; adr x9, >done
|
; adr x20, >done
|
||||||
; sub x28, x28, 8
|
; sub x28, x28, 8
|
||||||
; str x9, [x28] // Keep this consistent with RSP mapping in translator_aarch64
|
; str x20, [x28] // Keep this consistent with RSP mapping in translator_aarch64
|
||||||
|
|
||||||
// Jump to target function!
|
// Jump to target function!
|
||||||
; br x3
|
; br x3
|
||||||
|
Reference in New Issue
Block a user