diff options
Diffstat (limited to 'html/056shape_shifting_recipe.cc.html')
-rw-r--r-- | html/056shape_shifting_recipe.cc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/056shape_shifting_recipe.cc.html b/html/056shape_shifting_recipe.cc.html index fe4cc565..fa7aa789 100644 --- a/html/056shape_shifting_recipe.cc.html +++ b/html/056shape_shifting_recipe.cc.html @@ -117,8 +117,8 @@ candidates = strictly_matching_shape_shifting_variants<span class="Delimiter">(< <span class="Delimiter">}</span> <span class="Normal">skip_shape_shifting_variants</span>:<span class="Delimiter">;</span> -<span class="Comment">//: make sure we have no unspecialized shape-shifting recipes being called</span> -<span class="Comment">//: before running mu programs</span> +<span class="Comment">//: before running Mu programs, make sure no unspecialized shape-shifting</span> +<span class="Comment">//: recipes can be called</span> <span class="Delimiter">:(before "End Instruction Operation Checks")</span> <span class="Normal">if</span> <span class="Delimiter">(</span>contains_key<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> inst<span class="Delimiter">.</span>operation<span class="Delimiter">)</span> && inst<span class="Delimiter">.</span>operation >= MAX_PRIMITIVE_RECIPES |