mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-30 12:19:28 +00:00
make lint cleanup
This commit is contained in:
@ -130,7 +130,7 @@ impl Compiler for LLVMCompiler {
|
||||
|
||||
let dwarf = if !frame_section_bytes.is_empty() {
|
||||
let dwarf = Some(Dwarf::new(SectionIndex::from_u32(
|
||||
module_custom_sections.len() as u32
|
||||
module_custom_sections.len() as u32,
|
||||
)));
|
||||
// Terminating zero-length CIE.
|
||||
frame_section_bytes.extend(vec![
|
||||
|
Reference in New Issue
Block a user