]> Repositorios git - scryer-prolog.git/commitdiff
add non chunk traversing cut family instructions to is_head_instr (#2307)
authorMark <[email protected]>
Fri, 26 Jan 2024 06:25:06 +0000 (23:25 -0700)
committerMark <[email protected]>
Fri, 26 Jan 2024 06:25:06 +0000 (23:25 -0700)
build/instructions_template.rs

index 43c5ffb839816737d18810ddbdc3b9a3f82a239d..cf6a63f310df6b057e06c6e1c2016168be950d77 100644 (file)
@@ -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(