From 3ea092f2a755c78b56345cb341d714a748b73a13 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 19 May 2017 17:55:10 -0700 Subject: 3867 --- html/036refcount.cc.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/036refcount.cc.html') diff --git a/html/036refcount.cc.html b/html/036refcount.cc.html index d16f054c..201db8f3 100644 --- a/html/036refcount.cc.html +++ b/html/036refcount.cc.html @@ -234,7 +234,7 @@ if ('onhashchange' in window) { 169 :(after "Write Memory in PUT_INDEX in Run") 170 reagent/*local*/ element; 171 element.set_value(address); - 172 element.type = copy_array_element(base.type); + 172 element.type = copy_array_element(base.type); 173 update_any_refcounts(element, value); 174 175 :(scenario refcounts_maybe_convert) @@ -407,7 +407,7 @@ if ('onhashchange' in window) { 342 ¦ if (type->left->name == "address") 343 ¦ ¦ compute_container_address_offsets(payload_type(type), location_for_error_messages); 344 ¦ else if (type->left->name == "array") - 345 ¦ ¦ compute_container_address_offsets(array_element(type), location_for_error_messages); + 345 ¦ ¦ compute_container_address_offsets(array_element(type), location_for_error_messages); 346 ¦ // End compute_container_address_offsets Non-atom Special-cases 347 } 348 const type_tree* base_type = type; @@ -459,7 +459,7 @@ if ('onhashchange' in window) { 394 ¦ ¦ } 395 ¦ ¦ else if (is_mu_array(element)) { 396 ¦ ¦ ¦ curr_offset += /*array length*/1; - 397 ¦ ¦ ¦ const type_tree* array_element_type = array_element(element.type); + 397 ¦ ¦ ¦ const type_tree* array_element_type = array_element(element.type); 398 ¦ ¦ ¦ int array_element_size = size_of(array_element_type); 399 ¦ ¦ ¦ for (int i = 0; i < static_array_length(element.type); ++i) { 400 ¦ ¦ ¦ ¦ append_addresses(curr_offset, array_element_type, out, key, location_for_error_messages); -- cgit 1.4.1-2-gfad0