Fix CONSTRUCT_STACK_AND_CALL_WASM for aarch64.

This commit is contained in:
losfair 2019-11-18 02:06:31 +08:00
parent 5d2ee4fcc8
commit 1eed6ce8f8

View File

@ -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