fix functor! size calculations around indexing_code_ptr
This commit is contained in:
@@ -242,7 +242,6 @@ impl MachineState {
|
||||
c
|
||||
}
|
||||
(HeapCellValueTag::Atom, (_name, arity)) => {
|
||||
// if arity == 0 { c } else { s }
|
||||
debug_assert!(arity == 0);
|
||||
c
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user