diff options
-rw-r--r-- | 036refcount.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/036refcount.cc b/036refcount.cc index 929efaf3..ce4ba9ab 100644 --- a/036refcount.cc +++ b/036refcount.cc @@ -273,6 +273,9 @@ void compute_container_address_offsets(type_tree* type) { } } +//: use metadata.address to update refcounts within containers, arrays and +//: exclusive containers + :(before "End write_memory(x) Special-cases") if (is_mu_container(x)) update_container_refcounts(x, data); |