about summary refs log tree commit diff stats
path: root/linux/120allocate.subx
diff options
context:
space:
mode:
Diffstat (limited to 'linux/120allocate.subx')
-rw-r--r--linux/120allocate.subx8
1 files changed, 4 insertions, 4 deletions
diff --git a/linux/120allocate.subx b/linux/120allocate.subx
index 11de944b..254c5f33 100644
--- a/linux/120allocate.subx
+++ b/linux/120allocate.subx
@@ -57,7 +57,7 @@ Entry:
 
     e8/call  run-tests/disp32  # 'run-tests' is a function created automatically by SubX. It calls all functions that start with 'test-'.
 $array-equal-main:end:
-    # syscall(exit, 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
     e8/call  syscall_exit/disp32
 
@@ -161,7 +161,7 @@ $allocate-raw:abort:
     e8/call  _write/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
-    # . syscall(exit, 1)
+    # . syscall_exit(1)
     bb/copy-to-ebx  1/imm32
     e8/call  syscall_exit/disp32
     # never gets here
@@ -292,7 +292,7 @@ $lookup:abort:
     e8/call  _write/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
-    # . syscall(exit, 1)
+    # . syscall_exit(1)
     bb/copy-to-ebx  1/imm32/exit-status
     e8/call  syscall_exit/disp32
 
@@ -574,7 +574,7 @@ $allocate-region:abort:
     e8/call  _write/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               8/imm32           # add to esp
-    # . syscall(exit, 1)
+    # . syscall_exit(1)
     bb/copy-to-ebx  1/imm32
     e8/call  syscall_exit/disp32
     # never gets here