about summary refs log tree commit diff stats
path: root/apps/survey.subx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/survey.subx')
-rw-r--r--apps/survey.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/survey.subx b/apps/survey.subx
index e19befc2..2738da38 100644
--- a/apps/survey.subx
+++ b/apps/survey.subx
@@ -79,7 +79,7 @@ Entry:  # run tests if necessary, convert stdin if not
     74/jump-if-equal  $run-main/disp8
     # run-tests()
     e8/call  run-tests/disp32
-    # return *Num-test-failures
+    # syscall(exit, *Num-test-failures)
     8b/copy                         0/mod/indirect  5/rm32/.disp32            .             .           3/r32/ebx   Num-test-failures/disp32          # copy *Num-test-failures to ebx
     eb/jump  $main:end/disp8
 $run-main:
@@ -100,7 +100,7 @@ $run-main:
 #?     e8/call  write-stream/disp32
 #?     # . . discard args
 #?     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
-    # . syscall(exit, 0)
+    # syscall(exit, 0)
     bb/copy-to-ebx  0/imm32
 $main:end:
     b8/copy-to-eax  1/imm32/exit