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:
Syrus
2020-05-18 15:14:44 -07:00
31 changed files with 917 additions and 435 deletions

View File

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