diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-11-30 11:15:15 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-11-30 11:15:15 -0800 |
commit | 3ccc100b323e28730d6e2b70ef464bf952408582 (patch) | |
tree | c94a968bc969b627a84d35a458335cc4d37e522f /html/apps/factorial3.subx.html | |
parent | 931b17daa048abbe837fa575e296b08b3d99315b (diff) | |
download | mu-3ccc100b323e28730d6e2b70ef464bf952408582.tar.gz |
5783
Diffstat (limited to 'html/apps/factorial3.subx.html')
-rw-r--r-- | html/apps/factorial3.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/factorial3.subx.html b/html/apps/factorial3.subx.html index 7080e5cb..f00522bd 100644 --- a/html/apps/factorial3.subx.html +++ b/html/apps/factorial3.subx.html @@ -83,7 +83,7 @@ if ('onhashchange' in window) { <span id="L24" class="LineNr">24 </span> 89/<- %ebp 4/r32/esp <span id="L25" class="LineNr">25 </span> <span id="L26" class="LineNr">26 </span> <span class="subxComment"># initialize heap</span> -<span id="L27" class="LineNr">27 </span> (<a href='../053new-segment.subx.html#L41'>new-segment</a> <span class="SpecialChar"><a href='../069allocate.subx.html#L29'>Heap-size</a></span> <span class="SpecialChar"><a href='../069allocate.subx.html#L22'>Heap</a></span>) +<span id="L27" class="LineNr">27 </span> (<a href='../053new-segment.subx.html#L41'>new-segment</a> *<span class="SpecialChar"><a href='../069allocate.subx.html#L29'>Heap-size</a></span> <span class="SpecialChar"><a href='../069allocate.subx.html#L22'>Heap</a></span>) <span id="L28" class="LineNr">28 </span> <span id="L29" class="LineNr">29 </span> <span class="subxH1Comment"># - if argc > 1 and argv[1] == "test", then return run_tests()</span> <span id="L30" class="LineNr">30 </span> <span class="subxComment"># if (argc <= 1) goto run-main</span> |