diff --git a/crates/polkavm/src/compiler.rs b/crates/polkavm/src/compiler.rs index 336a4ff1..34f0fcb8 100644 --- a/crates/polkavm/src/compiler.rs +++ b/crates/polkavm/src/compiler.rs @@ -349,15 +349,19 @@ impl<'a, S> CompilerVisitor<'a, S> where S: Sandbox { log::trace!("Compiling {}", self.current_instruction(code_offset)); } - fn get_or_forward_declare_label(&mut self, code_offset: u32) -> Label { + fn get_or_forward_declare_label(&mut self, code_offset: u32) -> Option