mirror of
https://github.com/fluencelabs/wasmer
synced 2025-07-06 03:51:32 +00:00
Add homomorphic host redirection abstraction for vm->host calls.
This commit is contained in:
@ -644,7 +644,7 @@ impl ModuleCodeGenerator<X64FunctionCode, X64ExecutionContext, CodegenError>
|
||||
),
|
||||
Location::GPR(GPR::RAX),
|
||||
);
|
||||
a.emit_jmp_location(Location::GPR(GPR::RAX));
|
||||
a.emit_homomorphic_host_redirection(GPR::RAX);
|
||||
|
||||
self.func_import_count += 1;
|
||||
|
||||
|
Reference in New Issue
Block a user