about summary refs log tree commit diff stats
path: root/html/subx/051test.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/subx/051test.subx.html')
-rw-r--r--html/subx/051test.subx.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/subx/051test.subx.html b/html/subx/051test.subx.html
index c67b3f67..c3cbdf4c 100644
--- a/html/subx/051test.subx.html
+++ b/html/subx/051test.subx.html
@@ -80,7 +80,7 @@ if ('onhashchange' in window) {
 <span id="L21" class="LineNr">21 </span>    cd/syscall  0x80/imm8
 <span id="L22" class="LineNr">22 </span>
 <span id="L23" class="LineNr">23 </span><span class="subxComment"># print msg to stderr if a != b, otherwise print &quot;.&quot;</span>
-<span id="L24" class="LineNr">24 </span><span class="subxFunction"><a href='051test.subx.html#L24'>check-ints-equal</a></span>:  <span class="subxComment"># (a : int, b : int, msg : (address array byte)) -&gt; &lt;void&gt;</span>
+<span id="L24" class="LineNr">24 </span><span class="subxFunction">check-ints-equal</span>:  <span class="subxComment"># (a : int, b : int, msg : (address array byte)) -&gt; &lt;void&gt;</span>
 <span id="L25" class="LineNr">25 </span>    <span class="subxS1Comment"># . prolog</span>
 <span id="L26" class="LineNr">26 </span>    55/push-EBP
 <span id="L27" class="LineNr">27 </span>    89/copy                         3/mod/direct    5/rm32/EBP   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>          4/r32/ESP  <span class="Normal"> . </span>             <span class="Normal"> . </span>                <span class="subxComment"># copy ESP to EBP</span>
@@ -139,14 +139,14 @@ if ('onhashchange' in window) {
 <span id="L80" class="LineNr">80 </span>
 <span id="L81" class="LineNr">81 </span><span class="subxComment"># length-prefixed string containing just a single newline</span>
 <span id="L82" class="LineNr">82 </span><span class="subxComment"># convenient to have when printing messages and so on</span>
-<span id="L83" class="LineNr">83 </span><span class="SpecialChar"><a href='051test.subx.html#L83'>Newline</a></span>:
+<span id="L83" class="LineNr">83 </span><span class="SpecialChar">Newline</span>:
 <span id="L84" class="LineNr">84 </span>    <span class="subxComment"># size</span>
 <span id="L85" class="LineNr">85 </span>    01 00 00 00
 <span id="L86" class="LineNr">86 </span>    <span class="subxComment"># data</span>
 <span id="L87" class="LineNr">87 </span>    0a/newline
 <span id="L88" class="LineNr">88 </span>
 <span id="L89" class="LineNr">89 </span><span class="subxComment"># every test failure increments this counter</span>
-<span id="L90" class="LineNr">90 </span><span class="SpecialChar"><a href='051test.subx.html#L90'>Num-test-failures</a></span>:
+<span id="L90" class="LineNr">90 </span><span class="SpecialChar">Num-test-failures</span>:
 <span id="L91" class="LineNr">91 </span>    00 00 00 00
 <span id="L92" class="LineNr">92 </span>
 <span id="L93" class="LineNr">93 </span><span class="subxS2Comment"># . . vim&#0058;nowrap:textwidth=0</span>