about summary refs log tree commit diff stats
path: root/linux/203stack.subx
diff options
context:
space:
mode:
Diffstat (limited to 'linux/203stack.subx')
-rw-r--r--linux/203stack.subx6
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/203stack.subx b/linux/203stack.subx
index 965f7301..039aca08 100644
--- a/linux/203stack.subx
+++ b/linux/203stack.subx
@@ -158,7 +158,7 @@ $push:abort:
     e8/call  flush/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               4/imm32           # add to esp
-    # . syscall(exit, 1)
+    # . syscall_exit(1)
     bb/copy-to-ebx  1/imm32
     e8/call  syscall_exit/disp32
     # never gets here
@@ -276,7 +276,7 @@ $pop:abort:
     e8/call  flush/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               4/imm32           # add to esp
-    # . syscall(exit, 1)
+    # . syscall_exit(1)
     bb/copy-to-ebx  1/imm32
     e8/call  syscall_exit/disp32
     # never gets here
@@ -377,7 +377,7 @@ $top:abort:
     e8/call  flush/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               4/imm32           # add to esp
-    # . syscall(exit, 1)
+    # . syscall_exit(1)
     bb/copy-to-ebx  1/imm32
     e8/call  syscall_exit/disp32
     # never gets here