about summary refs log tree commit diff stats
path: root/subx/057write.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/057write.subx')
-rw-r--r--subx/057write.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/057write.subx b/subx/057write.subx
index 3f2f8a11..c1712996 100644
--- a/subx/057write.subx
+++ b/subx/057write.subx
@@ -32,7 +32,7 @@ write:  # f : fd or (address stream), s : (address array byte) -> <void>
     # . prolog
     55/push-EBP
     89/copy                         3/mod/direct    5/rm32/EBP    .           .             .           4/r32/ESP   .               .                 # copy ESP to EBP
-    # if (f < 0x08000000) _write(f, s), return  # f can't be a user-mode address, so treat it as a kernel file descriptor
+    # if (f < 0x08000000) _write(f, s) and return  # f can't be a user-mode address, so treat it as a kernel file descriptor
     81          7/subop/compare     1/mod/*+disp8   5/rm32/EBP    .           .             .           .           8/disp8         0x08000000/imm32  # compare *(EBP+8)
     7d/jump-if-greater-or-equal  $write:fake/disp8
     # . . push args