Skip to content

Commit

Permalink
add non chunk traversing cut family instructions to is_head_instr (#2307
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mthom committed Jan 26, 2024
1 parent 4304197 commit 6111f72
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/instructions_template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,10 @@ fn generate_instruction_preface() -> TokenStream {
Instruction::SetLocalValue(..) |
Instruction::SetVariable(..) |
Instruction::SetValue(..) |
Instruction::SetVoid(..))
Instruction::SetVoid(..) |
Instruction::GetLevel(..) |
Instruction::GetPrevLevel(..) |
Instruction::GetCutPoint(..))
}

pub fn enqueue_functors(
Expand Down

0 comments on commit 6111f72

Please sign in to comment.