From 6111f72b246c958d37f35f4132e15f09d367e79f Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 25 Jan 2024 23:25:06 -0700 Subject: [PATCH] add non chunk traversing cut family instructions to is_head_instr (#2307) --- build/instructions_template.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build/instructions_template.rs b/build/instructions_template.rs index 43c5ffb8..cf6a63f3 100644 --- a/build/instructions_template.rs +++ b/build/instructions_template.rs @@ -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( -- 2.54.0