diff --git a/core/vdbe/builder.rs b/core/vdbe/builder.rs index dae59e81b..fa56ba7ff 100644 --- a/core/vdbe/builder.rs +++ b/core/vdbe/builder.rs @@ -462,9 +462,10 @@ impl ProgramBuilder { Insn::InitCoroutine { yield_reg: _, jump_on_definition, - start_offset: _, + start_offset, } => { resolve(jump_on_definition, "InitCoroutine"); + resolve(start_offset, "InitCoroutine"); } Insn::NotExists { cursor: _,