diff options
Diffstat (limited to 'html/subx/074print-int-decimal.subx.html')
-rw-r--r-- | html/subx/074print-int-decimal.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/subx/074print-int-decimal.subx.html b/html/subx/074print-int-decimal.subx.html index 9eb8c9f8..cbfcbb8d 100644 --- a/html/subx/074print-int-decimal.subx.html +++ b/html/subx/074print-int-decimal.subx.html @@ -186,7 +186,7 @@ if ('onhashchange' in window) { <span id="L124" class="LineNr">124 </span><span class="Constant">$print-int32-decimal:abort</span>: <span id="L125" class="LineNr">125 </span> <span class="subxS1Comment"># . _write(2/stderr, error)</span> <span id="L126" class="LineNr">126 </span> <span class="subxS2Comment"># . . push args</span> -<span id="L127" class="LineNr">127 </span> 68/push <span class="Constant">"print-int32-decimal: out of space"</span>/imm32 +<span id="L127" class="LineNr">127 </span> 68/push <span class="Constant">"print-int32-decimal: out of space\n"</span>/imm32 <span id="L128" class="LineNr">128 </span> 68/push 2/imm32/stderr <span id="L129" class="LineNr">129 </span> <span class="subxS2Comment"># . . call</span> <span id="L130" class="LineNr">130 </span> e8/call <a href='050_write.subx.html#L14'>_write</a>/disp32 |