diff options
Diffstat (limited to 'html/subx')
-rw-r--r-- | html/subx/062write-byte.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/subx/062write-byte.subx.html b/html/subx/062write-byte.subx.html index c3d9ca0d..f06ea8b9 100644 --- a/html/subx/062write-byte.subx.html +++ b/html/subx/062write-byte.subx.html @@ -115,7 +115,7 @@ if ('onhashchange' in window) { <span id="L50" class="LineNr"> 50 </span> <span class="subxComment"># if (f->write >= f->length) flush and clear stream</span> <span id="L51" class="LineNr"> 51 </span> 3b/compare 1/mod/*+disp8 6/rm32/ESI <span class="CommentedCode"> . </span> <span class="CommentedCode"> . </span> <span class="CommentedCode"> . </span> 1/r32/ECX 0xc/disp8 <span class="CommentedCode"> . </span> <span class="subxComment"># compare ECX with *(ESI+12)</span> <span id="L52" class="LineNr"> 52 </span> 7c/jump-if-lesser $write-byte:to-stream/disp8 -<span id="L53" class="LineNr"> 53 </span> <span class="subxS1Comment"># . flush-buffered-file(f)</span> +<span id="L53" class="LineNr"> 53 </span> <span class="subxS1Comment"># . flush(f)</span> <span id="L54" class="LineNr"> 54 </span> <span class="subxS2Comment"># . . push args</span> <span id="L55" class="LineNr"> 55 </span> 56/push-ESI <span id="L56" class="LineNr"> 56 </span> <span class="subxS2Comment"># . . call</span> |