about summary refs log tree commit diff stats
path: root/html/subx/064write-buffered.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/subx/064write-buffered.subx.html')
-rw-r--r--html/subx/064write-buffered.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/subx/064write-buffered.subx.html b/html/subx/064write-buffered.subx.html
index 9091a70a..a4a39421 100644
--- a/html/subx/064write-buffered.subx.html
+++ b/html/subx/064write-buffered.subx.html
@@ -72,7 +72,7 @@ if ('onhashchange' in window) {
 <span id="L10" class="LineNr"> 10 </span><span class="CommentedCode">#?     e8/call test-write-buffered-with-intermediate-flush/disp32</span>
 <span id="L11" class="LineNr"> 11 </span>    e8/call  run-tests/disp32  <span class="subxComment"># 'run-tests' is a function created automatically by SubX. It calls all functions that start with 'test-'.</span>
 <span id="L12" class="LineNr"> 12 </span>    <span class="subxComment"># syscall(exit, Num-test-failures)</span>
-<span id="L13" class="LineNr"> 13 </span>    8b/copy                         0/mod/indirect  5/rm32/.disp32           <span class="Normal"> . </span>           <span class="Normal"> . </span>          3/r32/EBX   <span class="SpecialChar"><a href='051test.subx.html#L87'>Num-test-failures</a></span>/disp32          <span class="subxComment"># copy *Num-test-failures to EBX</span>
+<span id="L13" class="LineNr"> 13 </span>    8b/copy                         0/mod/indirect  5/rm32/.disp32           <span class="Normal"> . </span>           <span class="Normal"> . </span>          3/r32/EBX   <span class="SpecialChar"><a href='051test.subx.html#L90'>Num-test-failures</a></span>/disp32          <span class="subxComment"># copy *Num-test-failures to EBX</span>
 <span id="L14" class="LineNr"> 14 </span>    b8/copy-to-EAX  1/imm32/exit
 <span id="L15" class="LineNr"> 15 </span>    cd/syscall  0x80/imm8
 <span id="L16" class="LineNr"> 16 </span>