introduce CutPoint heap tag so that they can be offset by call_continuation/1
This commit is contained in:
@@ -821,7 +821,7 @@ impl MachineState {
|
||||
let b = self.b;
|
||||
|
||||
read_heap_cell!(value,
|
||||
(HeapCellValueTag::Fixnum, b0) => {
|
||||
(HeapCellValueTag::CutPoint, b0) => {
|
||||
let b0 = b0.get_num() as usize;
|
||||
|
||||
if b > b0 {
|
||||
|
||||
Reference in New Issue
Block a user