diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-03-20 16:53:36 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-03-20 16:53:36 -0700 |
commit | 317c0a34e82c9a64050f106761ee837310c3fd0c (patch) | |
tree | 525925001e3c1c4026544ec04627dee93e326fbe /html/026call.cc.html | |
parent | 09125ea2169f2820c2174696ccf7cef00452c60e (diff) | |
download | mu-317c0a34e82c9a64050f106761ee837310c3fd0c.tar.gz |
3803
Diffstat (limited to 'html/026call.cc.html')
-rw-r--r-- | html/026call.cc.html | 2 |
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 "Running One Instruction")</span> +<span id="L158" class="LineNr">158 </span><span class="Delimiter">:(after "Running One Instruction")</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> >= <a href='001help.cc.html#L138'>SIZE</a><span class="Delimiter">(</span>Current_routine<span class="Delimiter">-></span>steps<span class="Delimiter">()))</span> <span class="Delimiter">{</span> |