From 850822ffbfd441d05161452be28b54f882b1b378 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 1 Nov 2017 03:41:16 -0700 Subject: 4102 --- html/089scenario_filesystem.cc.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'html/089scenario_filesystem.cc.html') diff --git a/html/089scenario_filesystem.cc.html b/html/089scenario_filesystem.cc.html index 031884b4..77deb8a0 100644 --- a/html/089scenario_filesystem.cc.html +++ b/html/089scenario_filesystem.cc.html @@ -138,7 +138,7 @@ if ('onhashchange' in window) { 76 :(before "End Special Scenario Variable Names(r)") 77 Name[r]["resources"] = RESOURCES; 78 //: make 'resources' always a raw location in scenarios - 79 :(before "End is_special_name Special-cases") + 79 :(before "End is_special_name Special-cases") 80 if (s == "resources") return true; 81 :(before "End Initialize Type Of Special Name In Scenario(r)") 82 if (r.name == "resources") r.type = new_type_tree("address:resources"); @@ -158,7 +158,7 @@ if ('onhashchange' in window) { 96 :(before "End Primitive Recipe Implementations") 97 case ASSUME_RESOURCES: { 98 assert(scalar(ingredients.at(0))); - 99 assume_resources(current_instruction().ingredients.at(0).name, current_recipe_name()); + 99 assume_resources(current_instruction().ingredients.at(0).name, current_recipe_name()); 100 break; 101 } 102 @@ -288,12 +288,12 @@ if ('onhashchange' in window) { 226 int resources_address = allocate(size_of_resources()); 227 curr = resources_address+/*skip refcount*/1+/*offset of 'data' element*/1; 228 put(Memory, curr, resources_data_address); -229 trace(9999, "mem") << "storing resources data address " << resources_data_address << " in location " << curr << end(); +229 trace(9999, "mem") << "storing resources data address " << resources_data_address << " in location " << curr << end(); 230 put(Memory, resources_address, 1); // initialize refcount 231 trace(9999, "mem") << "storing refcount 1 in location " << resources_address << end(); 232 // save in product 233 put(Memory, RESOURCES, resources_address); -234 trace(9999, "mem") << "storing resources address " << resources_address << " in location " << RESOURCES << end(); +234 trace(9999, "mem") << "storing resources address " << resources_address << " in location " << RESOURCES << end(); 235 } 236 237 int size_of_resources() { -- cgit 1.4.1-2-gfad0