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/074wait.cc.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'html/074wait.cc.html') diff --git a/html/074wait.cc.html b/html/074wait.cc.html index eee7a236..934f2f29 100644 --- a/html/074wait.cc.html +++ b/html/074wait.cc.html @@ -264,11 +264,11 @@ if ('onhashchange' in window) { 199 } 200 :(before "End Primitive Recipe Implementations") 201 case GET_LOCATION: { -202 reagent/*copy*/ base = current_instruction().ingredients.at(0); +202 reagent/*copy*/ base = current_instruction().ingredients.at(0); 203 canonize(base); 204 int base_address = base.value; 205 if (base_address == 0) { -206 ¦ raise << maybe(current_recipe_name()) << "tried to access location 0 in '" << to_original_string(current_instruction()) << "'\n" << end(); +206 ¦ raise << maybe(current_recipe_name()) << "tried to access location 0 in '" << to_original_string(current_instruction()) << "'\n" << end(); 207 ¦ break; 208 } 209 const type_tree* base_type = get_base_type(base.type); @@ -402,7 +402,7 @@ if ('onhashchange' in window) { 337 :(before "End Primitive Recipe Implementations") 338 case WAIT_FOR_ROUTINE: { 339 if (ingredients.at(0).at(0) == Current_routine->id) { -340 ¦ raise << maybe(current_recipe_name()) << "routine can't wait for itself! '" << to_original_string(current_instruction()) << "'\n" << end(); +340 ¦ raise << maybe(current_recipe_name()) << "routine can't wait for itself! '" << to_original_string(current_instruction()) << "'\n" << end(); 341 ¦ break; 342 } 343 Current_routine->state = WAITING; @@ -564,7 +564,7 @@ if ('onhashchange' in window) { 499 :(before "End Primitive Recipe Implementations") 500 case WAIT_FOR_ROUTINE_TO_BLOCK: { 501 if (ingredients.at(0).at(0) == Current_routine->id) { -502 ¦ raise << maybe(current_recipe_name()) << "routine can't wait for itself! '" << to_original_string(current_instruction()) << "'\n" << end(); +502 ¦ raise << maybe(current_recipe_name()) << "routine can't wait for itself! '" << to_original_string(current_instruction()) << "'\n" << end(); 503 ¦ break; 504 } 505 Current_routine->state = WAITING; -- cgit 1.4.1-2-gfad0