about summary refs log tree commit diff stats
path: root/html/026call.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/026call.cc.html')
-rw-r--r--html/026call.cc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/026call.cc.html b/html/026call.cc.html
index bb0dcfcd..40a396b5 100644
--- a/html/026call.cc.html
+++ b/html/026call.cc.html
@@ -219,7 +219,7 @@ if ('onhashchange' in window) {
 <span id="L155" class="LineNr">155 </span>  <span class="Identifier">return</span> get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> calls<span class="Delimiter">.</span>front<span class="Delimiter">().</span>running_recipe<span class="Delimiter">).</span>steps<span class="Delimiter">;</span>
 <span id="L156" class="LineNr">156 </span><span class="Delimiter">}</span>
 <span id="L157" class="LineNr">157 </span>
-<span id="L158" class="LineNr">158 </span><span class="Delimiter">:(before &quot;Running One Instruction&quot;)</span>
+<span id="L158" class="LineNr">158 </span><span class="Delimiter">:(after &quot;Running One Instruction&quot;)</span>
 <span id="L159" class="LineNr">159 </span><span class="Comment">// when we reach the end of one call, we may reach the end of the one below</span>
 <span id="L160" class="LineNr">160 </span><span class="Comment">// it, and the one below that, and so on</span>
 <span id="L161" class="LineNr">161 </span><span class="Normal">while</span> <span class="Delimiter">(</span>current_step_index<span class="Delimiter">()</span> &gt;= <a href='001help.cc.html#L138'>SIZE</a><span class="Delimiter">(</span>Current_routine<span class="Delimiter">-&gt;</span>steps<span class="Delimiter">()))</span> <span class="Delimiter">{</span>