mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 13:48:26 +00:00
Merge branch 'master' into singlepass
# Conflicts: # lib/compiler-singlepass/src/codegen_x64.rs # lib/compiler-singlepass/src/common_decl.rs # lib/compiler-singlepass/src/emitter_x64.rs # lib/compiler-singlepass/src/lib.rs # lib/compiler-singlepass/src/machine.rs # lib/engine-jit/src/engine.rs # lib/engine-jit/src/serialize.rs
This commit is contained in:
@@ -8428,8 +8428,7 @@ pub fn gen_import_call_trampoline(
|
||||
);
|
||||
a.emit_host_redirection(GPR::RAX);
|
||||
|
||||
let mut section_body = SectionBody::default();
|
||||
section_body.extend(&a.finalize().unwrap());
|
||||
let section_body = SectionBody::new_with_vec(a.finalize().unwrap().to_vec());
|
||||
|
||||
CustomSection {
|
||||
protection: CustomSectionProtection::ReadExecute,
|
||||
|
||||
Reference in New Issue
Block a user