about summary refs log tree commit diff stats
path: root/html/subx/061error.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/subx/061error.subx.html')
-rw-r--r--html/subx/061error.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/subx/061error.subx.html b/html/subx/061error.subx.html
index e22783a5..f52ea308 100644
--- a/html/subx/061error.subx.html
+++ b/html/subx/061error.subx.html
@@ -72,7 +72,7 @@ if ('onhashchange' in window) {
 <span id="L13" class="LineNr">13 </span>    cd/syscall  0x80/imm8
 <span id="L14" class="LineNr">14 </span>
 <span id="L15" class="LineNr">15 </span><span class="subxComment"># write(out, &quot;Error: &quot;+msg+&quot;\n&quot;) then stop(ed, 1)</span>
-<span id="L16" class="LineNr">16 </span><span class="subxFunction"><a href='061error.subx.html#L16'>error</a></span>:  <span class="subxComment"># ed : (address exit-descriptor), out : fd or (address stream), msg : (address array byte) -&gt; &lt;void&gt;</span>
+<span id="L16" class="LineNr">16 </span><span class="subxFunction">error</span>:  <span class="subxComment"># ed : (address exit-descriptor), out : fd or (address stream), msg : (address array byte) -&gt; &lt;void&gt;</span>
 <span id="L17" class="LineNr">17 </span>    <span class="subxS1Comment"># . prolog</span>
 <span id="L18" class="LineNr">18 </span>    55/push-EBP
 <span id="L19" class="LineNr">19 </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>