about summary refs log tree commit diff stats
path: root/html/subx/050_write.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/050_write.subx.html
parent0474ec865af12cff08dd255954fbccf6d38085e6 (diff)
downloadmu-901ae474300d70bcc00e7e0b420ca87c8cbf6f55.tar.gz
4899
Bug in my linkify tool introduced in commit 4891.
Diffstat (limited to 'html/subx/050_write.subx.html')
-rw-r--r--html/subx/050_write.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/subx/050_write.subx.html b/html/subx/050_write.subx.html
index 506fbded..b7e6bffc 100644
--- a/html/subx/050_write.subx.html
+++ b/html/subx/050_write.subx.html
@@ -69,7 +69,7 @@ if ('onhashchange' in window) {
 <span id="L11" class="LineNr">11 </span>    b8/copy-to-EAX  1/imm32/exit
 <span id="L12" class="LineNr">12 </span>    cd/syscall  0x80/imm8
 <span id="L13" class="LineNr">13 </span>
-<span id="L14" class="LineNr">14 </span><span class="subxMinorFunction"><a href='050_write.subx.html#L14'>_write</a></span>:  <span class="subxComment"># fd : int, s : (address array byte) -&gt; &lt;void&gt;</span>
+<span id="L14" class="LineNr">14 </span><span class="subxMinorFunction">_write</span>:  <span class="subxComment"># fd : int, s : (address array byte) -&gt; &lt;void&gt;</span>
 <span id="L15" class="LineNr">15 </span>    <span class="subxS1Comment"># . prolog</span>
 <span id="L16" class="LineNr">16 </span>    55/push-EBP
 <span id="L17" class="LineNr">17 </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>