mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-10 10:44:22 +01:00
vdbe: resolve labels for InitCoroutine::start_offset
This commit is contained in:
@@ -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: _,
|
||||
|
||||
Reference in New Issue
Block a user