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-07-11 00:02:29 -0700
committerKartik Agaram <vc@akkartik.com>2020-07-11 00:02:29 -0700
commit1c349ac7c571a97978e1cbbe726430ae9c741972 (patch)
treea555a01c640d6c589febf3961a771366126376c6 /html/apps/factorial.mu.html
parentec73ed1230d75deb0f913a32617c9f1e0a5ca640 (diff)
downloadmu-1c349ac7c571a97978e1cbbe726430ae9c741972.tar.gz
6631
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 e735e68e..bce88f11 100644
--- a/html/apps/factorial.mu.html
+++ b/html/apps/factorial.mu.html
@@ -90,7 +90,7 @@ if ('onhashchange' in window) {
 <span id="L31" class="LineNr">31 </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="L32" class="LineNr">32 </span><span class="Delimiter">}</span>
 <span id="L33" class="LineNr">33 </span>
-<span id="L34" class="LineNr">34 </span><span class="PreProc">fn</span> <span class="muFunction">main</span> args-on-stack: (addr array (addr array byte))<span class="PreProc"> -&gt; </span>exit-status/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>
+<span id="L34" class="LineNr">34 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='factorial.mu.html#L34'>main</a></span> args-on-stack: (addr array (addr array byte))<span class="PreProc"> -&gt; </span>exit-status/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>
 <span id="L35" class="LineNr">35 </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="L36" class="LineNr">36 </span>  <span class="PreProc">var</span> tmp/<span class="Constant">ecx</span>: int <span class="SpecialChar">&lt;-</span> length args
 <span id="L37" class="LineNr">37 </span>  $main-body: <span class="Delimiter">{</span>