about summary refs log tree commit diff stats
path: root/html/apps/survey.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/apps/survey.subx.html')
-rw-r--r--html/apps/survey.subx.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/apps/survey.subx.html b/html/apps/survey.subx.html
index 09b59be7..b83ec98d 100644
--- a/html/apps/survey.subx.html
+++ b/html/apps/survey.subx.html
@@ -142,7 +142,7 @@ if ('onhashchange' in window) {
 <span id="L79" class="LineNr">  79 </span>    74/jump-if-equal  $run-main/disp8
 <span id="L80" class="LineNr">  80 </span>    <span class="subxComment"># run-tests()</span>
 <span id="L81" class="LineNr">  81 </span>    e8/call  run-tests/disp32
-<span id="L82" class="LineNr">  82 </span>    <span class="subxComment"># return *Num-test-failures</span>
+<span id="L82" class="LineNr">  82 </span>    <span class="subxComment"># syscall(exit, *Num-test-failures)</span>
 <span id="L83" class="LineNr">  83 </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="L84" class="LineNr">  84 </span>    eb/jump  $main:end/disp8
 <span id="L85" class="LineNr">  85 </span><span class="Constant">$run-main</span>:
@@ -163,7 +163,7 @@ if ('onhashchange' in window) {
 <span id="L100" class="LineNr"> 100 </span><span class="CommentedCode">#?     e8/call  write-stream/disp32</span>
 <span id="L101" class="LineNr"> 101 </span><span class="CommentedCode">#?     # . . discard args</span>
 <span id="L102" class="LineNr"> 102 </span><span class="CommentedCode">#?     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp</span>
-<span id="L103" class="LineNr"> 103 </span>    <span class="subxS1Comment"># . syscall(exit, 0)</span>
+<span id="L103" class="LineNr"> 103 </span>    <span class="subxComment"># syscall(exit, 0)</span>
 <span id="L104" class="LineNr"> 104 </span>    bb/copy-to-ebx  0/imm32
 <span id="L105" class="LineNr"> 105 </span><span class="Constant">$main:end</span>:
 <span id="L106" class="LineNr"> 106 </span>    b8/copy-to-eax  1/imm32/exit
d='n169' href='#n169'>169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219