about summary refs log tree commit diff stats
path: root/html/subx/067write-buffered.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-03-29 00:47:30 -0700
committerKartik Agaram <vc@akkartik.com>2019-03-29 00:47:30 -0700
commit9c1056f531217f3c1c12b3b3a648ca1cffe4beab (patch)
tree0e5a0bd0619e481470be58c11805434c630d996b /html/subx/067write-buffered.subx.html
parentd689ac180ad47222aa59944d42c1e26e7b2423c6 (diff)
downloadmu-9c1056f531217f3c1c12b3b3a648ca1cffe4beab.tar.gz
5033
Diffstat (limited to 'html/subx/067write-buffered.subx.html')
-rw-r--r--html/subx/067write-buffered.subx.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/subx/067write-buffered.subx.html b/html/subx/067write-buffered.subx.html
index f0d6c4c1..1038c6cc 100644
--- a/html/subx/067write-buffered.subx.html
+++ b/html/subx/067write-buffered.subx.html
@@ -79,7 +79,7 @@ if ('onhashchange' in window) {
 <span id="L18" class="LineNr"> 18 </span>    <span class="subxComment">#   in = msg-&gt;data</span>
 <span id="L19" class="LineNr"> 19 </span>    <span class="subxComment">#   inend = &amp;msg-&gt;data[msg-&gt;length]</span>
 <span id="L20" class="LineNr"> 20 </span>    <span class="subxComment">#   while (in &lt; inend)</span>
-<span id="L21" class="LineNr"> 21 </span>    <span class="subxComment">#     if (f-&gt;write &gt;= f-&gt;length)</span>
+<span id="L21" class="LineNr"> 21 </span>    <span class="subxComment">#     if f-&gt;write &gt;= f-&gt;length</span>
 <span id="L22" class="LineNr"> 22 </span>    <span class="subxComment">#       flush(f)</span>
 <span id="L23" class="LineNr"> 23 </span>    <span class="subxComment">#       clear-stream(f)</span>
 <span id="L24" class="LineNr"> 24 </span>    <span class="subxComment">#     c = *in</span>
@@ -213,7 +213,7 @@ if ('onhashchange' in window) {
 <span id="L152" class="LineNr">152 </span>    68/push  <span class="Constant">&quot;Abc&quot;</span>/imm32
 <span id="L153" class="LineNr">153 </span>    68/push  <a href='057write.subx.html#L148'>_test-stream</a>/imm32
 <span id="L154" class="LineNr">154 </span>    <span class="subxS2Comment"># . . call</span>
-<span id="L155" class="LineNr">155 </span>    e8/call  <a href='058stream-equal.subx.html#L198'>check-stream-equal</a>/disp32
+<span id="L155" class="LineNr">155 </span>    e8/call  <a href='058stream-equal.subx.html#L199'>check-stream-equal</a>/disp32
 <span id="L156" class="LineNr">156 </span>    <span class="subxS2Comment"># . . discard args</span>
 <span id="L157" class="LineNr">157 </span>    81          0/subop/add         3/mod/direct    4/rm32/ESP   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>         <span class="Normal"> . </span>         <span class="Normal"> . </span>              0xc/imm32         <span class="subxComment"># add to ESP</span>
 <span id="L158" class="LineNr">158 </span>    <span class="subxS1Comment"># . end</span>