Fix return from homomorphic host redirection trampoline.

This commit is contained in:
losfair 2019-09-18 21:47:31 +08:00
parent 72b6123def
commit 8a91f801b9

View File

@ -1033,7 +1033,10 @@ impl Emitter for Assembler {
; ldr X(map_gpr(GPR::RBP).x()), [sp, 56]
; ldr X(map_gpr(GPR::RSP).x()), [sp, 64]
; add sp, sp, 80
; br x30
; ldr x_tmp1, [x_rsp]
; add x_rsp, x_rsp, 8
; br x_tmp1
);
}
}