From 996ce5f101e597cf70bda0864f964b356a1005a3 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 6 May 2017 15:03:13 -0700 Subject: 3845 --- html/036refcount.cc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/036refcount.cc.html') diff --git a/html/036refcount.cc.html b/html/036refcount.cc.html index b8bbcb65..d16f054c 100644 --- a/html/036refcount.cc.html +++ b/html/036refcount.cc.html @@ -382,9 +382,9 @@ if ('onhashchange' in window) { 317 ¦ instruction& inst = caller.steps.at(i); 318 ¦ trace(9993, "transform") << "- compute address offsets for " << to_string(inst) << end(); 319 ¦ for (int i = 0; i < SIZE(inst.ingredients); ++i) - 320 ¦ ¦ compute_container_address_offsets(inst.ingredients.at(i), " in '"+to_original_string(inst)+"'"); + 320 ¦ ¦ compute_container_address_offsets(inst.ingredients.at(i), " in '"+inst.original_string+"'"); 321 ¦ for (int i = 0; i < SIZE(inst.products); ++i) - 322 ¦ ¦ compute_container_address_offsets(inst.products.at(i), " in '"+to_original_string(inst)+"'"); + 322 ¦ ¦ compute_container_address_offsets(inst.products.at(i), " in '"+inst.original_string+"'"); 323 } 324 } 325 -- cgit 1.4.1-2-gfad0