diff options
Diffstat (limited to 'html/subx/064write-byte.subx.html')
-rw-r--r-- | html/subx/064write-byte.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/subx/064write-byte.subx.html b/html/subx/064write-byte.subx.html index 9345b4ef..7ba45da6 100644 --- a/html/subx/064write-byte.subx.html +++ b/html/subx/064write-byte.subx.html @@ -304,7 +304,7 @@ if ('onhashchange' in window) { <span id="L243" class="LineNr">243 </span><span class="Constant">$append-byte:abort</span>: <span id="L244" class="LineNr">244 </span> <span class="subxS1Comment"># . _write(2/stderr, error)</span> <span id="L245" class="LineNr">245 </span> <span class="subxS2Comment"># . . push args</span> -<span id="L246" class="LineNr">246 </span> 68/push <span class="Constant">"append-byte: out of space"</span>/imm32 +<span id="L246" class="LineNr">246 </span> 68/push <span class="Constant">"append-byte: out of space\n"</span>/imm32 <span id="L247" class="LineNr">247 </span> 68/push 2/imm32/stderr <span id="L248" class="LineNr">248 </span> <span class="subxS2Comment"># . . call</span> <span id="L249" class="LineNr">249 </span> e8/call <a href='050_write.subx.html#L14'>_write</a>/disp32 |