fix functor! size calculations around indexing_code_ptr
This commit is contained in:
@@ -1092,7 +1092,7 @@ pub fn heap_bound_store(heap: &impl SizedHeap, value: HeapCellValue) -> HeapCell
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub fn print_heap_terms(heap: &Heap, h: usize) {
|
||||
pub fn print_heap_terms(heap: &impl SizedHeap, h: usize) {
|
||||
for idx in 0..heap.cell_len() {
|
||||
let term = heap[idx];
|
||||
println!("{} : {:?}", h + idx, term);
|
||||
|
||||
Reference in New Issue
Block a user