mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
Fix CONSTRUCT_STACK_AND_CALL_WASM for aarch64.
This commit is contained in:
parent
5d2ee4fcc8
commit
1eed6ce8f8
@ -206,9 +206,9 @@ lazy_static! {
|
||||
; end_copy_params:
|
||||
|
||||
// return address
|
||||
; adr x9, >done
|
||||
; adr x20, >done
|
||||
; 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!
|
||||
; br x3
|
||||
|
Loading…
Reference in New Issue
Block a user