about summary refs log tree commit diff stats
path: root/html/subx/065error-byte.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-12-30 20:24:37 -0800
committerKartik Agaram <vc@akkartik.com>2018-12-30 20:24:37 -0800
commit901ae474300d70bcc00e7e0b420ca87c8cbf6f55 (patch)
treeaf60b1c8c92bfc10a6bb6bd1082a765fcc718004 /html/subx/065error-byte.subx.html
parent0474ec865af12cff08dd255954fbccf6d38085e6 (diff)
downloadmu-901ae474300d70bcc00e7e0b420ca87c8cbf6f55.tar.gz
4899
Bug in my linkify tool introduced in commit 4891.
Diffstat (limited to 'html/subx/065error-byte.subx.html')
-rw-r--r--html/subx/065error-byte.subx.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/subx/065error-byte.subx.html b/html/subx/065error-byte.subx.html
index 67cae32a..31783f53 100644
--- a/html/subx/065error-byte.subx.html
+++ b/html/subx/065error-byte.subx.html
@@ -87,7 +87,7 @@ if ('onhashchange' in window) {
 <span id="L27" class="LineNr"> 27 </span>    cd/syscall  0x80/imm8
 <span id="L28" class="LineNr"> 28 </span>
 <span id="L29" class="LineNr"> 29 </span><span class="subxComment"># write(out, &quot;Error: &quot;+msg+&quot;: &quot;+byte) then stop(ed, 1)</span>
-<span id="L30" class="LineNr"> 30 </span><span class="subxFunction"><a href='065error-byte.subx.html#L30'>error-byte</a></span>:  <span class="subxComment"># ed : (address exit-descriptor), out : (address buffered-file), msg : (address array byte), n : byte -&gt; &lt;void&gt;</span>
+<span id="L30" class="LineNr"> 30 </span><span class="subxFunction">error-byte</span>:  <span class="subxComment"># ed : (address exit-descriptor), out : (address buffered-file), msg : (address array byte), n : byte -&gt; &lt;void&gt;</span>
 <span id="L31" class="LineNr"> 31 </span>    <span class="subxS1Comment"># . prolog</span>
 <span id="L32" class="LineNr"> 32 </span>    55/push-EBP
 <span id="L33" class="LineNr"> 33 </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>
@@ -154,7 +154,7 @@ if ('onhashchange' in window) {
 <span id="L94" class="LineNr"> 94 </span>== data
 <span id="L95" class="LineNr"> 95 </span>
 <span id="L96" class="LineNr"> 96 </span><span class="subxComment"># The buffered file for standard error.</span>
-<span id="L97" class="LineNr"> 97 </span><span class="SpecialChar"><a href='065error-byte.subx.html#L97'>Stderr</a></span>:
+<span id="L97" class="LineNr"> 97 </span><span class="SpecialChar">Stderr</span>:
 <span id="L98" class="LineNr"> 98 </span>    <span class="subxComment"># file descriptor or (address stream)</span>
 <span id="L99" class="LineNr"> 99 </span>    02 00 00 00  <span class="subxComment"># 1 = standard error</span>
 <span id="L100" class="LineNr">100 </span>    <span class="subxComment"># current write index</span>