From ef8eb935d4f6e6e61e5f5ceaf73957e99867f8da Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 22 Nov 2023 08:57:23 -0700 Subject: [PATCH] add CutPoint to select_switch_on_term_index (#2176) --- src/machine/dispatch.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/machine/dispatch.rs b/src/machine/dispatch.rs index a8957528f..6702cc4b9 100644 --- a/src/machine/dispatch.rs +++ b/src/machine/dispatch.rs @@ -208,6 +208,7 @@ impl MachineState { l } (HeapCellValueTag::Fixnum | + HeapCellValueTag::CutPoint | HeapCellValueTag::Char | HeapCellValueTag::F64) => { c