about summary refs log tree commit diff stats
path: root/linux/122read-line.subx
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-07-20 07:30:59 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-07-20 08:43:25 -0700
commit13ef425825cef5fa30f7eb68688b6d114ecbe554 (patch)
treea9853e61dd9fa39a4cf8f8c1ff5e79171e5ce9c3 /linux/122read-line.subx
parent5f254d0d02d8d6d61ca57ef4188110f11032a930 (diff)
downloadmu-13ef425825cef5fa30f7eb68688b6d114ecbe554.tar.gz
.
Diffstat (limited to 'linux/122read-line.subx')
-rw-r--r--linux/122read-line.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/122read-line.subx b/linux/122read-line.subx
index 02dcc0fd..fecd2942 100644
--- a/linux/122read-line.subx
+++ b/linux/122read-line.subx
@@ -102,7 +102,7 @@ $read-line-buffered: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
@@ -286,7 +286,7 @@ $read-line: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