mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-24 17:29:26 +00:00
cargo fmt
This commit is contained in:
@ -98,7 +98,10 @@ impl Compiler for LLVMCompiler {
|
||||
)
|
||||
}
|
||||
}
|
||||
if compiled_function.eh_frame_section_indices.contains(§ion_index) {
|
||||
if compiled_function
|
||||
.eh_frame_section_indices
|
||||
.contains(§ion_index)
|
||||
{
|
||||
let offset = frame_section_bytes.len() as u32;
|
||||
for mut reloc in &mut custom_section.relocations {
|
||||
reloc.offset += offset;
|
||||
|
Reference in New Issue
Block a user