From e6438e79d8f52bcc7d2260e6637654cd24c379a7 Mon Sep 17 00:00:00 2001 From: Mark Thom Date: Sat, 14 May 2022 11:01:26 -0600 Subject: [PATCH] consider deallocate a head instruction (#1473) --- build/instructions_template.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/build/instructions_template.rs b/build/instructions_template.rs index 75a7d60d..0cf0a6b5 100644 --- a/build/instructions_template.rs +++ b/build/instructions_template.rs @@ -1099,6 +1099,7 @@ fn generate_instruction_preface() -> TokenStream { #[inline] pub fn is_head_instr(&self) -> bool { match self { + Instruction::Deallocate | Instruction::GetConstant(..) | Instruction::GetList(..) | Instruction::GetPartialString(..) | -- 2.54.0