mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 00:45:37 +01:00
resolve labels for RowSetRead insn
This commit is contained in:
@@ -806,6 +806,9 @@ impl ProgramBuilder {
|
||||
} => {
|
||||
resolve(end_offset, "Yield");
|
||||
}
|
||||
Insn::RowSetRead { pc_if_empty, .. } => {
|
||||
resolve(pc_if_empty, "RowSetRead");
|
||||
}
|
||||
Insn::SeekRowid { target_pc, .. } => {
|
||||
resolve(target_pc, "SeekRowid");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user