about summary refs log tree commit diff stats
path: root/html/apps/factorial.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-11-05 17:07:26 -0800
committerKartik Agaram <vc@akkartik.com>2020-11-05 17:07:26 -0800
commitf12ea75a76f3a064ffde4ec6a80aacb3597ed733 (patch)
tree896e6d2e72381343827f0b22ce3c6b0caf64a757 /html/apps/factorial.mu.html
parentd496dd0bbce5dba0401576ebdda7fc98427f26bd (diff)
downloadmu-f12ea75a76f3a064ffde4ec6a80aacb3597ed733.tar.gz
7187
Diffstat (limited to 'html/apps/factorial.mu.html')
-rw-r--r--html/apps/factorial.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/factorial.mu.html b/html/apps/factorial.mu.html
index e982c54b..3567b1a6 100644
--- a/html/apps/factorial.mu.html
+++ b/html/apps/factorial.mu.html
@@ -95,7 +95,7 @@ if ('onhashchange' in window) {
 <span id="L36" class="LineNr">36 </span>  <a href='../102test.subx.html#L23'>check-ints-equal</a> result, <span class="Constant">0x78</span>, <span class="Constant">&quot;F - test-factorial&quot;</span>
 <span id="L37" class="LineNr">37 </span><span class="Delimiter">}</span>
 <span id="L38" class="LineNr">38 </span>
-<span id="L39" class="LineNr">39 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='factorial.mu.html#L39'>main</a></span> args-on-stack: (addr array (addr array byte))<span class="PreProc"> -&gt; </span>_/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>
+<span id="L39" class="LineNr">39 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='factorial.mu.html#L39'>main</a></span> args-on-stack: (addr array addr array byte)<span class="PreProc"> -&gt; </span>_/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>
 <span id="L40" class="LineNr">40 </span>  <span class="PreProc">var</span> args/<span class="Constant">eax</span>: (addr array addr array byte) <span class="SpecialChar">&lt;-</span> copy args-on-stack
 <span id="L41" class="LineNr">41 </span>  <span class="muComment"># len = length(args)</span>
 <span id="L42" class="LineNr">42 </span>  <span class="PreProc">var</span> len/<span class="Constant">ecx</span>: int <span class="SpecialChar">&lt;-</span> length args