diff --git a/vm/contexts.cpp b/vm/contexts.cpp index 94bbe7d508..6247b879c6 100644 --- a/vm/contexts.cpp +++ b/vm/contexts.cpp @@ -75,7 +75,7 @@ void context::scrub_stacks(gc_info *info, cell index) for(cell loc = 0; loc < info->scrub_r_count; loc++) { if(bitmap_p(bitmap,base + loc)) - printf("scrub retainstack %ld\n",loc); + ((cell *)retainstack)[-loc] = 0; } } }