introduce CutPoint heap tag so that they can be offset by call_continuation/1
This commit is contained in:
@@ -685,7 +685,7 @@ impl TryFrom<HeapCellValue> for Number {
|
||||
(HeapCellValueTag::F64, n) => {
|
||||
Ok(Number::Float(*n))
|
||||
}
|
||||
(HeapCellValueTag::Fixnum, n) => {
|
||||
(HeapCellValueTag::Fixnum | HeapCellValueTag::CutPoint, n) => {
|
||||
Ok(Number::Fixnum(n))
|
||||
}
|
||||
_ => {
|
||||
|
||||
Reference in New Issue
Block a user