about summary refs log tree commit diff stats
path: root/html/mu-init-test.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-07-10 23:44:10 -0700
committerKartik Agaram <vc@akkartik.com>2020-07-10 23:53:28 -0700
commitec73ed1230d75deb0f913a32617c9f1e0a5ca640 (patch)
tree55c0e38d65d43420f6ce481c864a9efdbd1cb445 /html/mu-init-test.subx.html
parentc5a3f65502d6931a5fb888a5c5327c0659578a57 (diff)
downloadmu-ec73ed1230d75deb0f913a32617c9f1e0a5ca640.tar.gz
6631
Diffstat (limited to 'html/mu-init-test.subx.html')
-rw-r--r--html/mu-init-test.subx.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/mu-init-test.subx.html b/html/mu-init-test.subx.html
index b71f5d46..64673d0b 100644
--- a/html/mu-init-test.subx.html
+++ b/html/mu-init-test.subx.html
@@ -75,13 +75,13 @@ if ('onhashchange' in window) {
 <span id="L18" class="LineNr">18 </span>      81 7/subop/compare *esi 4/imm32
 <span id="L19" class="LineNr">19 </span>      7e/jump-if-&lt;= <span class="Constant">break</span>/disp8
 <span id="L20" class="LineNr">20 </span>      <span class="subxComment"># if (argv[1] != &quot;test&quot;) break</span>
-<span id="L21" class="LineNr">21 </span>      (<a href='054string-equal.subx.html#L15'>string-equal?</a> *(esi+8) <span class="Constant">&quot;test&quot;</span>)  <span class="subxComment"># =&gt; eax</span>
+<span id="L21" class="LineNr">21 </span>      (<a href='105string-equal.subx.html#L15'>string-equal?</a> *(esi+8) <span class="Constant">&quot;test&quot;</span>)  <span class="subxComment"># =&gt; eax</span>
 <span id="L22" class="LineNr">22 </span>      3d/compare-eax-and 0/imm32
 <span id="L23" class="LineNr">23 </span>      74/jump-if-= <span class="Constant">break</span>/disp8
 <span id="L24" class="LineNr">24 </span>      <span class="subxComment">#</span>
 <span id="L25" class="LineNr">25 </span>      (run-tests)
 <span id="L26" class="LineNr">26 </span>      <span class="subxComment"># return *Num-test-failures</span>
-<span id="L27" class="LineNr">27 </span>      8b/-&gt; *<span class="SpecialChar"><a href='051test.subx.html#L89'>Num-test-failures</a></span> 3/r32/ebx
+<span id="L27" class="LineNr">27 </span>      8b/-&gt; *<span class="SpecialChar"><a href='102test.subx.html#L89'>Num-test-failures</a></span> 3/r32/ebx
 <span id="L28" class="LineNr">28 </span>      eb/jump $main:end/disp8
 <span id="L29" class="LineNr">29 </span>    }
 <span id="L30" class="LineNr">30 </span><span class="Constant">$main:end</span>: