about summary refs log tree commit diff stats
path: root/linux/104new-segment.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/104new-segment.subx
parent5f254d0d02d8d6d61ca57ef4188110f11032a930 (diff)
downloadmu-13ef425825cef5fa30f7eb68688b6d114ecbe554.tar.gz
.
Diffstat (limited to 'linux/104new-segment.subx')
-rw-r--r--linux/104new-segment.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/104new-segment.subx b/linux/104new-segment.subx
index 4c249abe..723e1afb 100644
--- a/linux/104new-segment.subx
+++ b/linux/104new-segment.subx
@@ -33,7 +33,7 @@ Entry:   # manual test
     8b/copy                         0/mod/indirect  1/rm32/ecx    .           .             .           0/r32/eax   .               .                 # copy *ecx to eax
     # write to *eax to check that we have access to the newly-allocated segment
     c7          0/subop/copy        0/mod/direct    0/rm32/eax    .           .             .           .           .               0x34/imm32        # copy to *eax
-    # syscall(exit, eax)
+    # syscall_exit(eax)
     89/copy                         3/mod/direct    3/rm32/ebx    .           .             .           0/r32/eax   .               .                 # copy eax to ebx
     e8/call  syscall_exit/disp32