Skip to content

Commit

Permalink
add CutPoint to select_switch_on_term_index (#2176)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthom committed Nov 22, 2023
1 parent 041ec06 commit ef8eb93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/machine/dispatch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ impl MachineState {
l
}
(HeapCellValueTag::Fixnum |
HeapCellValueTag::CutPoint |
HeapCellValueTag::Char |
HeapCellValueTag::F64) => {
c
Expand Down

0 comments on commit ef8eb93

Please sign in to comment.