fix control construct bugs, iter indentation (#947)
This commit is contained in:
@@ -691,6 +691,9 @@ pub(crate) trait Unifier: DerefMut<Target = MachineState> {
|
||||
(HeapCellValueTag::Cons, ptr_1) => {
|
||||
Self::unify_constant(self, ptr_1, d2);
|
||||
}
|
||||
(HeapCellValueTag::CutPoint, n1) => {
|
||||
Self::unify_fixnum(self, n1, d2);
|
||||
}
|
||||
_ => {
|
||||
unreachable!();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user