diff options
Diffstat (limited to 'html/070new-stream.subx.html')
-rw-r--r-- | html/070new-stream.subx.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/070new-stream.subx.html b/html/070new-stream.subx.html index efe0c943..a9752192 100644 --- a/html/070new-stream.subx.html +++ b/html/070new-stream.subx.html @@ -119,7 +119,7 @@ if ('onhashchange' in window) { <span id="L60" class="LineNr"> 60 </span><span class="Constant">$new-stream:abort</span>: <span id="L61" class="LineNr"> 61 </span> <span class="subxS1Comment"># . _write(2/stderr, error)</span> <span id="L62" class="LineNr"> 62 </span> <span class="subxS2Comment"># . . push args</span> -<span id="L63" class="LineNr"> 63 </span> 68/push <span class="Constant">"new-stream: size too large\n"</span>/imm32 +<span id="L63" class="LineNr"> 63 </span> 68/push <span class="Constant">"new-stream: <a href='106size.subx.html#L5'>size</a> too large\n"</span>/imm32 <span id="L64" class="LineNr"> 64 </span> 68/push 2/imm32/stderr <span id="L65" class="LineNr"> 65 </span> <span class="subxS2Comment"># . . call</span> <span id="L66" class="LineNr"> 66 </span> e8/call <a href='050_write.subx.html#L12'>_write</a>/disp32 @@ -177,7 +177,7 @@ if ('onhashchange' in window) { <span id="L118" class="LineNr">118 </span> 05/add-to-eax 4/imm32 <span id="L119" class="LineNr">119 </span> <span class="subxComment"># check-ints-equal(eax->size, 6, msg)</span> <span id="L120" class="LineNr">120 </span> <span class="subxS2Comment"># . . push args</span> -<span id="L121" class="LineNr">121 </span> 68/push <span class="Constant">"F - <a href='070new-stream.subx.html#L74'>test-new-stream</a>: sets size correctly"</span>/imm32 +<span id="L121" class="LineNr">121 </span> 68/push <span class="Constant">"F - <a href='070new-stream.subx.html#L74'>test-new-stream</a>: sets <a href='106size.subx.html#L5'>size</a> correctly"</span>/imm32 <span id="L122" class="LineNr">122 </span> 68/push 6/imm32 <span id="L123" class="LineNr">123 </span> ff 6/subop/push 1/mod/*+disp8 0/rm32/eax <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> 8/disp8 <span class="subxComment"># push *(eax+8)</span> <span id="L124" class="LineNr">124 </span> <span class="subxS2Comment"># . . call</span> |